@Extension public class CheckRunGHEventSubscriber extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
GHEvent.CHECK_RUN event and handles the re-run action request.| Modifier and Type | Class and Description |
|---|---|
static class |
CheckRunGHEventSubscriber.GitHubChecksRerunActionCause
Declares that a build was started due to a user's rerun request through GitHub checks API.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
CheckRunGHEventSubscriber()
Construct the subscriber.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.kohsuke.github.GHEvent> |
events() |
protected boolean |
isApplicable(Item item) |
protected void |
onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) |
public CheckRunGHEventSubscriber()
protected boolean isApplicable(@CheckForNull
Item item)
isApplicable in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberprotected Set<org.kohsuke.github.GHEvent> events()
events in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberprotected void onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event)
onEvent in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberCopyright © 2016–2021. All rights reserved.