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
  • Constructor Details

    • AbstractGHPullRequestSubsriber

      public AbstractGHPullRequestSubsriber()
  • Method Details

    • events

      public Set<org.kohsuke.github.GHEvent> events()
      Specified by:
      events in class org.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