@Extension public class CheckRunGHEventSubscriber extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
GHEvent.CHECK_RUN event and handles the re-run action request.| 限定符和类型 | 类和说明 |
|---|---|
static class |
CheckRunGHEventSubscriber.GitHubChecksRerunActionCause
Declares that a build was started due to a user's rerun request through GitHub checks API.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson| 构造器和说明 |
|---|
CheckRunGHEventSubscriber()
Construct the subscriber.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Set<org.kohsuke.github.GHEvent> |
events() |
protected boolean |
isApplicable(Item item) |
protected void |
onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) |
protected boolean isApplicable(@CheckForNull
Item item)
isApplicable 在类中 org.jenkinsci.plugins.github.extension.GHEventsSubscriberprotected Set<org.kohsuke.github.GHEvent> events()
events 在类中 org.jenkinsci.plugins.github.extension.GHEventsSubscriberprotected void onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event)
onEvent 在类中 org.jenkinsci.plugins.github.extension.GHEventsSubscriberCopyright © 2016–2020. All rights reserved.