@Extension
public class GitHubEventSubscriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
| Constructor and Description |
|---|
GitHubEventSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.kohsuke.github.GHEvent> |
events() |
protected boolean |
isApplicable(hudson.model.Item project) |
protected void |
onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) |
protected boolean isApplicable(@Nullable hudson.model.Item project)
isApplicable 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.GHEventsSubscriberprotected Set<org.kohsuke.github.GHEvent> events()
events in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberCopyright © 2016–2021. All rights reserved.