Package org.jenkinsci.plugin.gitea
Class GiteaDeleteSCMEvent.HandlerImpl
java.lang.Object
org.jenkinsci.plugin.gitea.GiteaWebhookHandler<GiteaDeleteSCMEvent,GiteaDeleteEvent>
org.jenkinsci.plugin.gitea.GiteaDeleteSCMEvent.HandlerImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
GiteaDeleteSCMEvent
@Extension
public static class GiteaDeleteSCMEvent.HandlerImpl
extends GiteaWebhookHandler<GiteaDeleteSCMEvent,GiteaDeleteEvent>
Our handler.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GiteaDeleteSCMEventcreateEvent(GiteaDeleteEvent payload, String origin) protected voidprocess(GiteaDeleteSCMEvent 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<GiteaDeleteSCMEvent,GiteaDeleteEvent>
-
process
- Specified by:
processin classGiteaWebhookHandler<GiteaDeleteSCMEvent,GiteaDeleteEvent>
-