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 classAbstractSystemHookEventclassGroupMemberSystemHookEventclassGroupSystemHookEventclassKeySystemHookEventclassMergeRequestSystemHookEventclassProjectSystemHookEventclassPushSystemHookEventclassRepositorySystemHookEventclassTagPushSystemHookEventclassTeamMemberSystemHookEventclassUserSystemHookEventMethods in org.gitlab4j.api.systemhooks with parameters of type SystemHookEvent Modifier and Type Method Description voidSystemHookManager. fireEvent(SystemHookEvent event)Fire the event to the registered listeners.voidSystemHookManager. handleEvent(SystemHookEvent event)Verifies the provided Event and fires it off to the registered listeners.
-