@Extension
public class PushGHEventSubscriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
GHEvent
PUSH.Constructor and Description |
---|
PushGHEventSubscriber() |
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.GHEventsSubscriber
protected Set<org.kohsuke.github.GHEvent> events()
events
in class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
protected void onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event)
onEvent
in class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
Copyright © 2016–2020. All rights reserved.