Class 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 Detail

      • CheckRunGHEventSubscriber

        public CheckRunGHEventSubscriber()
        Construct the subscriber.
    • Method Detail

      • 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