Uses of Class
org.miaixz.bus.gitlab.hooks.web.PushEvent
Packages that use PushEvent
-
Uses of PushEvent in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type PushEventModifier and TypeMethodDescriptionprotected voidWebHookManager.firePushEvent(PushEvent pushEvent) -
Uses of PushEvent in org.miaixz.bus.gitlab.hooks.web
Methods in org.miaixz.bus.gitlab.hooks.web with parameters of type PushEventModifier and TypeMethodDescriptiondefault voidWebHookListener.onPushEvent(PushEvent pushEvent) This method is called when a WebHook push event has been received.