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) voidCoordinator.onTriggered(Job job, PushNotification pushNotification) voidTriggerStore.removed(PushNotification payload, Run<?, ?> run) When a build has been removed from jenkins it should also be removed from this store.voidTriggerStore.started(PushNotification pushNotification, Run<?, ?> run) voidTriggerStore.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.pushNotificationsMethods 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 TypeMethodDescriptionvoidCallbackHandler.notify(PushNotification pushNotification, Run<?, ?> run) protected voidJSONWebHook.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 TypeClassDescriptionclassReceived payload of data from the Docker Hub web hook.Methods in org.jenkinsci.plugins.registry.notification.webhook.dockerhub with parameters of type PushNotificationModifier and TypeMethodDescriptionvoidDockerHubWebHookPayload.WebHookPayloadCallback.notify(PushNotification pushNotification, Run<?, ?> run) protected voidDockerHubWebHook.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 TypeClassDescriptionclassReceived notification from the Docker Registry web hook.