Uses of Class
org.jenkinsci.plugins.github.extension.GHSubscriberEvent
Packages that use GHSubscriberEvent
Package
Description
-
Uses of GHSubscriberEvent in org.jenkinsci.plugins.github.admin
Methods in org.jenkinsci.plugins.github.admin that return GHSubscriberEventModifier and TypeMethodDescriptionGitHubDuplicateEventsMonitor.DuplicateEventsSubscriber.TrackedDuplicateEvent.ghSubscriberEvent()
Returns the value of theghSubscriberEvent
record component.Methods in org.jenkinsci.plugins.github.admin with parameters of type GHSubscriberEventModifier and TypeMethodDescriptionprotected void
GitHubDuplicateEventsMonitor.DuplicateEventsSubscriber.onEvent
(GHSubscriberEvent event) Constructors in org.jenkinsci.plugins.github.admin with parameters of type GHSubscriberEventModifierConstructorDescriptionTrackedDuplicateEvent
(String eventGuid, Instant lastUpdated, GHSubscriberEvent ghSubscriberEvent) Creates an instance of aTrackedDuplicateEvent
record class. -
Uses of GHSubscriberEvent in org.jenkinsci.plugins.github.extension
Methods in org.jenkinsci.plugins.github.extension with parameters of type GHSubscriberEventModifier and TypeMethodDescriptionprotected void
GHEventsSubscriber.onEvent
(GHSubscriberEvent event) This method called when root action receives webhook from GH and this extension is interested in such events (provided byGHEventsSubscriber.events()
method).static com.google.common.base.Function<GHEventsSubscriber,
Void> GHEventsSubscriber.processEvent
(GHSubscriberEvent event) Function which callsGHEventsSubscriber.onEvent(GHSubscriberEvent)
for every subscriber on apply -
Uses of GHSubscriberEvent in org.jenkinsci.plugins.github.webhook.subscriber
Methods in org.jenkinsci.plugins.github.webhook.subscriber with parameters of type GHSubscriberEventModifier and TypeMethodDescriptionprotected void
DefaultPushGHEventSubscriber.onEvent
(GHSubscriberEvent event) CallsGitHubPushTrigger
in all projects to handle this hook