Uses of Class
org.jenkinsci.plugins.registry.notification.webhook.PushNotification
Package
Description
-
Uses of PushNotification in org.jenkinsci.plugins.registry.notification
Modifier 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) ModifierConstructorDescriptionTriggerEntry
(Fingerprint fingerprint, PushNotification pushNotification) -
Uses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook
Modifier and TypeFieldDescriptionprotected List<PushNotification>
WebHookPayload.pushNotifications
Modifier and TypeMethodDescriptionvoid
CallbackHandler.notify
(PushNotification pushNotification, Run<?, ?> run) protected void
JSONWebHook.trigger
(org.kohsuke.stapler.StaplerResponse response, PushNotification pushNotification) -
Uses 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.Modifier and TypeMethodDescriptionvoid
DockerHubWebHookPayload.WebHookPayloadCallback.notify
(PushNotification pushNotification, Run<?, ?> run) protected void
DockerHubWebHook.trigger
(org.kohsuke.stapler.StaplerResponse response, PushNotification pushNotification) -
Uses of PushNotification in org.jenkinsci.plugins.registry.notification.webhook.dockerregistry
Modifier and TypeClassDescriptionclass
Received notification from the Docker Registry web hook.