Class GHPRMultiBranchSubscriber
java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
org.jenkinsci.plugins.github.pullrequest.webhook.AbstractGHPullRequestSubsriber
com.github.kostyasha.github.integration.multibranch.hooks.GHPRMultiBranchSubscriber
- All Implemented Interfaces:
ExtensionPoint
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields -
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 org.jenkinsci.plugins.github.pullrequest.webhook.AbstractGHPullRequestSubsriber
events, extractPullRequestInfo
Methods inherited from class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
all, extractEvents, isApplicable, isApplicableFor, isApplicableFor, isInterestedIn, onEvent, processEvent, processEvent
-
Field Details
-
LOG
public static final org.slf4j.Logger LOG
-
-
Constructor Details
-
GHPRMultiBranchSubscriber
public GHPRMultiBranchSubscriber()
-
-
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
-