Uses of Interface
org.gitlab4j.api.webhook.Event
Packages that use Event
-
Uses of Event in org.gitlab4j.api.systemhooks
Classes in org.gitlab4j.api.systemhooks that implement Event -
Uses of Event in org.gitlab4j.api.webhook
Classes in org.gitlab4j.api.webhook that implement EventModifier and TypeClassDescriptionclass
class
The documentation at: Job Events is incorrect, this class represents the actual content of the Job Hook event.class
class
class
class
class
class
class
class
class
class
Methods in org.gitlab4j.api.webhook that return EventModifier and TypeMethodDescriptionWebHookManager.handleRequest
(javax.servlet.http.HttpServletRequest request) Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.Methods in org.gitlab4j.api.webhook with parameters of type EventModifier and TypeMethodDescriptionvoid
Fire the event to the registered listeners.void
WebHookManager.handleEvent
(Event event) Verifies the provided Event and fires it off to the registered listeners.