Class AbstractGHPullRequestSubsriber
java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
org.jenkinsci.plugins.github.pullrequest.webhook.AbstractGHPullRequestSubsriber
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
GHPRMultiBranchSubscriber
,GHPullRequestSubscriber
public abstract class AbstractGHPullRequestSubsriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet<org.kohsuke.github.GHEvent>
events()
protected PullRequestInfo
extractPullRequestInfo
(org.kohsuke.github.GHEvent event, String payload, org.kohsuke.github.GitHub gh) Methods inherited from class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
all, extractEvents, isApplicable, isApplicable, isApplicableFor, isApplicableFor, isInterestedIn, onEvent, onEvent, processEvent, processEvent
-
Constructor Details
-
AbstractGHPullRequestSubsriber
public AbstractGHPullRequestSubsriber()
-
-
Method Details
-
events
- Specified by:
events
in classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
-
extractPullRequestInfo
protected PullRequestInfo extractPullRequestInfo(org.kohsuke.github.GHEvent event, String payload, org.kohsuke.github.GitHub gh) throws IOException - Throws:
IOException
-