Class GitHubEventSubscriber
java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
org.jenkinsci.plugins.pipeline.github.trigger.GitHubEventSubscriber
- All Implemented Interfaces:
 ExtensionPoint
@Extension
public class GitHubEventSubscriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
Listens for GitHub events.
 Currently only handles IssueComment events.
- Author:
 - Aaron Whiteside
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Set<org.kohsuke.github.GHEvent>events()protected booleanisApplicable(Item project) protected voidonEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) Methods inherited from class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
all, extractEvents, isApplicable, isApplicableFor, isApplicableFor, isInterestedIn, onEvent, processEvent, processEvent 
- 
Constructor Details
- 
GitHubEventSubscriber
public GitHubEventSubscriber() 
 - 
 - 
Method Details
- 
isApplicable
- Specified by:
 isApplicablein classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
 - 
onEvent
protected void onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) - Overrides:
 onEventin classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
 - 
events
- Specified by:
 eventsin classorg.jenkinsci.plugins.github.extension.GHEventsSubscriber
 
 -