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