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