Uses of Class
org.jenkinsci.plugins.registry.notification.webhook.PushNotification
Packages that use PushNotification
Package
Description
-
Uses of PushNotification in org.jenkinsci.plugins.registry.notification
Methods in org.jenkinsci.plugins.registry.notification that return PushNotificationMethods in org.jenkinsci.plugins.registry.notification with parameters of type PushNotificationModifier and TypeMethodDescriptionTriggerStore.finalized
(PushNotification pushNotification, Run<?, ?> run) void
Coordinator.onTriggered
(Job job, PushNotification pushNotification) void
TriggerStore.removed
(PushNotification payload, Run<?, ?> run) When a build has been removed from jenkins it should also be removed from this store.void
TriggerStore.started
(PushNotification pushNotification, Run<?, ?> run) void
TriggerStore.triggered
(PushNotification pushNotification, Job<?, ?> job) Constructors in org.jenkinsci.plugins.registry.notification with parameters of type PushNotificationModifierConstructorDescriptionTriggerEntry
(Fingerprint fingerprint, PushNotification pushNotification) -
Uses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook
Fields in org.jenkinsci.plugins.registry.notification.webhook declared as PushNotificationFields in org.jenkinsci.plugins.registry.notification.webhook with type parameters of type PushNotificationModifier and TypeFieldDescriptionprotected List<PushNotification>
WebHookPayload.pushNotifications
Methods in org.jenkinsci.plugins.registry.notification.webhook that return PushNotificationMethods in org.jenkinsci.plugins.registry.notification.webhook that return types with arguments of type PushNotificationMethods in org.jenkinsci.plugins.registry.notification.webhook with parameters of type PushNotificationModifier and TypeMethodDescriptionvoid
CallbackHandler.notify
(PushNotification pushNotification, Run<?, ?> run) protected void
JSONWebHook.trigger
(org.kohsuke.stapler.StaplerResponse2 response, PushNotification pushNotification) Constructors in org.jenkinsci.plugins.registry.notification.webhook with parameters of type PushNotification -
Uses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook.acr
Subclasses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook.acr -
Uses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook.dockerhub
Modifier and TypeClassDescriptionclass
Received payload of data from the Docker Hub web hook.Methods in org.jenkinsci.plugins.registry.notification.webhook.dockerhub with parameters of type PushNotificationModifier and TypeMethodDescriptionvoid
DockerHubWebHookPayload.WebHookPayloadCallback.notify
(PushNotification pushNotification, Run<?, ?> run) protected void
DockerHubWebHook.trigger
(org.kohsuke.stapler.StaplerResponse2 response, PushNotification pushNotification) -
Uses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook.dockerregistry
Subclasses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook.dockerregistryModifier and TypeClassDescriptionclass
Received notification from the Docker Registry web hook.