Uses of Interface
org.gitlab4j.api.systemhooks.SystemHookEvent
Packages that use SystemHookEvent
-
Uses of SystemHookEvent in org.gitlab4j.api.systemhooks
Classes in org.gitlab4j.api.systemhooks that implement SystemHookEventModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Methods in org.gitlab4j.api.systemhooks that return SystemHookEventModifier and TypeMethodDescriptionSystemHookManager.handleRequest
(javax.servlet.http.HttpServletRequest request) Parses and verifies an SystemHookEvent instance from the HTTP request and fires it off to the registered listeners.Methods in org.gitlab4j.api.systemhooks with parameters of type SystemHookEventModifier and TypeMethodDescriptionvoid
SystemHookManager.fireEvent
(SystemHookEvent event) Fire the event to the registered listeners.void
SystemHookManager.handleEvent
(SystemHookEvent event) Verifies the provided Event and fires it off to the registered listeners.