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 WebHookPayloadJSONWebHook.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 TypeClassDescriptionclassPartially 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 WebHookPayloadACRWebHook.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 WebHookPayloadDockerHubWebHook.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 WebHookPayloadDockerRegistryWebHook.createPushNotification(net.sf.json.JSONObject payload)