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

@Extension public class GHPRMultiBranchSubscriber extends AbstractGHPullRequestSubsriber
Author:
Kanstantsin Shautsou
  • Field Details

    • LOG

      public static final org.slf4j.Logger LOG
  • Constructor Details

    • GHPRMultiBranchSubscriber

      public GHPRMultiBranchSubscriber()
  • Method Details

    • isApplicable

      protected boolean isApplicable(@Nullable Item item)
      Specified by:
      isApplicable in class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
    • onEvent

      protected void onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event)
      Overrides:
      onEvent in class org.jenkinsci.plugins.github.extension.GHEventsSubscriber