Uses of Class
org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
Package
Description
-
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook
Modifier and TypeMethodDescriptionprotected abstract WebHookPayload
JSONWebHook.createPushNotification
(net.sf.json.JSONObject data) PushNotification.getWebHookPayload()
-
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook.acr
Modifier and TypeClassDescriptionclass
Partially implements https://docs.microsoft.com/en-us/azure/container-registry/container-registry-webhook-reference.Modifier and TypeMethodDescriptionprotected WebHookPayload
ACRWebHook.createPushNotification
(net.sf.json.JSONObject payload) -
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook.dockerhub
Modifier and TypeMethodDescriptionprotected WebHookPayload
DockerHubWebHook.createPushNotification
(net.sf.json.JSONObject payload) -
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook.dockerregistry
Modifier and TypeMethodDescriptionprotected WebHookPayload
DockerRegistryWebHook.createPushNotification
(net.sf.json.JSONObject payload)