@Extension
public class PullRequestGHEventSubscriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
GHEvent PULL_REQUEST.| Constructor and Description |
|---|
PullRequestGHEventSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.kohsuke.github.GHEvent> |
events() |
protected boolean |
isApplicable(hudson.model.Job<?,?> project) |
protected void |
onEvent(org.kohsuke.github.GHEvent event,
String payload) |
protected boolean isApplicable(@Nullable hudson.model.Job<?,?> project)
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.kohsuke.github.GHEvent event,
String payload)
onEvent in class org.jenkinsci.plugins.github.extension.GHEventsSubscriberevent - only PULL_REQUEST eventpayload - payload of gh-event. Never blankCopyright © 2016. All rights reserved.