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
Constructors Constructor Description AbstractGHPullRequestSubsriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.kohsuke.github.GHEvent>
events()
protected PullRequestInfo
extractPullRequestInfo(org.kohsuke.github.GHEvent event, String payload, org.kohsuke.github.GitHub gh)
-
-
-
Method Detail
-
events
public Set<org.kohsuke.github.GHEvent> 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
-
-