Class CheckRunGHEventSubscriber

java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
io.jenkins.plugins.checks.github.CheckRunGHEventSubscriber
All Implemented Interfaces:
ExtensionPoint

@Extension public class CheckRunGHEventSubscriber extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
This subscriber manages GHEvent.CHECK_RUN event and handles the re-run action request.
  • Constructor Details

    • CheckRunGHEventSubscriber

      public CheckRunGHEventSubscriber()
      Construct the subscriber.
  • Method Details

    • isApplicable

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

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