Uses of Class
org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
Packages that use WebHookPayload
Package
Description
-
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook
Methods in org.jenkinsci.plugins.registry.notification.webhook that return WebHookPayloadModifier and TypeMethodDescriptionprotected abstract WebHookPayload
JSONWebHook.createPushNotification
(net.sf.json.JSONObject data) PushNotification.getWebHookPayload()
Constructors in org.jenkinsci.plugins.registry.notification.webhook with parameters of type WebHookPayload -
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook.acr
Subclasses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook.acrModifier and TypeClassDescriptionclass
Partially implements https://docs.microsoft.com/en-us/azure/container-registry/container-registry-webhook-reference.Methods in org.jenkinsci.plugins.registry.notification.webhook.acr that return WebHookPayloadModifier and TypeMethodDescriptionprotected WebHookPayload
ACRWebHook.createPushNotification
(net.sf.json.JSONObject payload) -
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook.dockerhub
Methods in org.jenkinsci.plugins.registry.notification.webhook.dockerhub that return WebHookPayloadModifier and TypeMethodDescriptionprotected WebHookPayload
DockerHubWebHook.createPushNotification
(net.sf.json.JSONObject payload) -
Uses of WebHookPayload in org.jenkinsci.plugins.registry.notification.webhook.dockerregistry
Methods in org.jenkinsci.plugins.registry.notification.webhook.dockerregistry that return WebHookPayloadModifier and TypeMethodDescriptionprotected WebHookPayload
DockerRegistryWebHook.createPushNotification
(net.sf.json.JSONObject payload)