Class GHBranchSubscriber
java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
com.github.kostyasha.github.integration.branch.webhook.AbstractGHBranchSubscriber
com.github.kostyasha.github.integration.branch.webhook.GHBranchSubscriber
- All Implemented Interfaces:
ExtensionPoint
- Author:
- Kanstantsin Shautsou
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class com.github.kostyasha.github.integration.branch.webhook.AbstractGHBranchSubscriber
EVENTS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isApplicable
(Item item) protected void
onEvent
(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) Methods inherited from class com.github.kostyasha.github.integration.branch.webhook.AbstractGHBranchSubscriber
events, extractRefInfo, extractRefInfo, fromJson, fromJson
Methods inherited from class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
all, extractEvents, isApplicable, isApplicableFor, isApplicableFor, isInterestedIn, onEvent, processEvent, processEvent
-
Constructor Details
-
GHBranchSubscriber
public GHBranchSubscriber()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
-
onEvent
protected void onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) - Overrides:
onEvent
in classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
-