Uses of Interface
org.gitlab4j.api.webhook.Event
Package | Description |
---|---|
org.gitlab4j.api.systemhooks | |
org.gitlab4j.api.webhook |
-
Uses of Event in org.gitlab4j.api.systemhooks
Classes in org.gitlab4j.api.systemhooks that implement Event Modifier and Type Class Description class
MergeRequestSystemHookEvent
-
Uses of Event in org.gitlab4j.api.webhook
Classes in org.gitlab4j.api.webhook that implement Event Modifier and Type Class Description class
AbstractEvent
class
BuildEvent
The documentation at: Job Events is incorrect, this class represents the actual content of the Job Hook event.class
IssueEvent
class
JobEvent
class
MergeRequestEvent
class
NoteEvent
class
PipelineEvent
class
PushEvent
class
TagPushEvent
class
WikiPageEvent
Methods in org.gitlab4j.api.webhook that return Event Modifier and Type Method Description Event
WebHookManager. 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 Event Modifier and Type Method Description void
WebHookManager. fireEvent(Event event)
Fire the event to the registered listeners.void
WebHookManager. handleEvent(Event event)
Verifies the provided Event and fires it off to the registered listeners.