Uses of Interface
org.gitlab4j.api.systemhooks.SystemHookEvent
-
Packages that use SystemHookEvent Package Description org.gitlab4j.api.systemhooks -
-
Uses of SystemHookEvent in org.gitlab4j.api.systemhooks
Classes in org.gitlab4j.api.systemhooks that implement SystemHookEvent Modifier and Type Class Description class
AbstractSystemHookEvent
class
GroupMemberSystemHookEvent
class
GroupSystemHookEvent
class
KeySystemHookEvent
class
MergeRequestSystemHookEvent
class
ProjectSystemHookEvent
class
PushSystemHookEvent
class
RepositorySystemHookEvent
class
TagPushSystemHookEvent
class
TeamMemberSystemHookEvent
class
UserSystemHookEvent
Methods in org.gitlab4j.api.systemhooks that return SystemHookEvent Modifier and Type Method Description SystemHookEvent
SystemHookManager. 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 SystemHookEvent Modifier and Type Method Description void
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.
-