Uses of Class
org.jenkinsci.plugins.github.extension.GHEventsSubscriber
Packages that use GHEventsSubscriber
Package
Description
-
Uses of GHEventsSubscriber in org.jenkinsci.plugins.github.admin
Subclasses of GHEventsSubscriber in org.jenkinsci.plugins.github.adminModifier and TypeClassDescriptionstatic final classTracks duplicateGHEventtriggering actions in Jenkins. -
Uses of GHEventsSubscriber in org.jenkinsci.plugins.github.extension
Methods in org.jenkinsci.plugins.github.extension that return types with arguments of type GHEventsSubscriberModifier and TypeMethodDescriptionstatic ExtensionList<GHEventsSubscriber> GHEventsSubscriber.all()static com.google.common.base.Function<GHEventsSubscriber, Set<org.kohsuke.github.GHEvent>> GHEventsSubscriber.extractEvents()Converts each subscriber to set of GHEventsstatic com.google.common.base.Predicate<GHEventsSubscriber> GHEventsSubscriber.isApplicableFor(Item item) Helps to filter only GHEventsSubscribers that can return TRUE on given itemstatic com.google.common.base.Predicate<GHEventsSubscriber> GHEventsSubscriber.isApplicableFor(Job<?, ?> project) Deprecated.static com.google.common.base.Predicate<GHEventsSubscriber> GHEventsSubscriber.isInterestedIn(org.kohsuke.github.GHEvent event) Predicate which returns true on apply if current subscriber is interested in eventstatic com.google.common.base.Function<GHEventsSubscriber, Void> GHEventsSubscriber.processEvent(GHSubscriberEvent event) Function which callsonEvent(GHSubscriberEvent)for every subscriber on applystatic com.google.common.base.Function<GHEventsSubscriber, Void> GHEventsSubscriber.processEvent(org.kohsuke.github.GHEvent event, String payload) Deprecated. -
Uses of GHEventsSubscriber in org.jenkinsci.plugins.github.webhook.subscriber
Subclasses of GHEventsSubscriber in org.jenkinsci.plugins.github.webhook.subscriberModifier and TypeClassDescriptionclassBy default this plugin interested in push events only when job usesGitHubPushTriggerclassGet ping events to log them
isApplicableFor(Item).