Class GitHubRepositoryEventSubscriber
java.lang.Object
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
org.jenkinsci.plugins.github_branch_source.GitHubRepositoryEventSubscriber
- All Implemented Interfaces:
- ExtensionPoint
@Extension
public class GitHubRepositoryEventSubscriber
extends org.jenkinsci.plugins.github.extension.GHEventsSubscriber
This subscriber manages 
GHEvent REPOSITORY.- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Set<org.kohsuke.github.GHEvent>events()protected booleanisApplicable(Item item) protected voidonEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) Methods inherited from class org.jenkinsci.plugins.github.extension.GHEventsSubscriberall, extractEvents, isApplicable, isApplicableFor, isApplicableFor, isInterestedIn, onEvent, processEvent, processEvent
- 
Constructor Details- 
GitHubRepositoryEventSubscriberpublic GitHubRepositoryEventSubscriber()
 
- 
- 
Method Details- 
isApplicable- Specified by:
- isApplicablein class- org.jenkinsci.plugins.github.extension.GHEventsSubscriber
 
- 
events- Specified by:
- eventsin class- org.jenkinsci.plugins.github.extension.GHEventsSubscriber
- Returns:
- set with only REPOSITORY event
 
- 
onEventprotected void onEvent(org.jenkinsci.plugins.github.extension.GHSubscriberEvent event) - Overrides:
- onEventin class- org.jenkinsci.plugins.github.extension.GHEventsSubscriber
 
 
-