Package org.jenkinsci.plugin.gitea
Class GiteaCreateSCMEvent.HandlerImpl
java.lang.Object
org.jenkinsci.plugin.gitea.GiteaWebhookHandler<GiteaCreateSCMEvent,GiteaCreateEvent>
org.jenkinsci.plugin.gitea.GiteaCreateSCMEvent.HandlerImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
GiteaCreateSCMEvent
@Extension
public static class GiteaCreateSCMEvent.HandlerImpl
extends GiteaWebhookHandler<GiteaCreateSCMEvent,GiteaCreateEvent>
Our handler.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GiteaCreateSCMEventcreateEvent(GiteaCreateEvent payload, String origin) protected voidprocess(GiteaCreateSCMEvent event) Methods inherited from class org.jenkinsci.plugin.gitea.GiteaWebhookHandler
getEventClass, getEventName, getPayloadClass, matches, process, toString
-
Constructor Details
-
HandlerImpl
public HandlerImpl()
-
-
Method Details
-
createEvent
- Specified by:
createEventin classGiteaWebhookHandler<GiteaCreateSCMEvent,GiteaCreateEvent>
-
process
- Specified by:
processin classGiteaWebhookHandler<GiteaCreateSCMEvent,GiteaCreateEvent>
-