Uses of Interface
org.aoju.bus.gitlab.hooks.SystemHookEvent
Packages that use SystemHookEvent
-
Uses of SystemHookEvent in org.aoju.bus.gitlab.hooks
Classes in org.aoju.bus.gitlab.hooks that implement SystemHookEventModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in org.aoju.bus.gitlab.hooks that return SystemHookEventModifier and TypeMethodDescriptionSystemHookManager.handleRequest(jakarta.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.aoju.bus.gitlab.hooks with parameters of type SystemHookEventModifier and TypeMethodDescriptionvoidSystemHookManager.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.