Uses of Interface
org.miaixz.bus.gitlab.hooks.web.Event
Packages that use Event
-
Uses of Event in org.miaixz.bus.gitlab.hooks.system
Classes in org.miaixz.bus.gitlab.hooks.system that implement Event -
Uses of Event in org.miaixz.bus.gitlab.hooks.web
Classes in org.miaixz.bus.gitlab.hooks.web that implement EventModifier and TypeClassDescriptionclassclassThe documentation at: Job Events is incorrect, this class represents the actual content of the Job Hook event.classclassclassclassclassclassclassclassclassclassMethods in org.miaixz.bus.gitlab.hooks.web that return EventModifier and TypeMethodDescriptionWebHookManager.handleRequest(jakarta.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.miaixz.bus.gitlab.hooks.web with parameters of type EventModifier and TypeMethodDescriptionvoidFire the event to the registered listeners.voidWebHookManager.handleEvent(Event event) Verifies the provided Event and fires it off to the registered listeners.