Class GHBranchSubscriber

java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
com.github.kostyasha.github.integration.branch.webhook.AbstractGHBranchSubscriber
com.github.kostyasha.github.integration.branch.webhook.GHBranchSubscriber
All Implemented Interfaces:
ExtensionPoint

@Extension public class GHBranchSubscriber extends AbstractGHBranchSubscriber
Author:
Kanstantsin Shautsou
See Also:
  • Constructor Details

    • GHBranchSubscriber

      public GHBranchSubscriber()
  • 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