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