Class ACRWebHookPayload
java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
org.jenkinsci.plugins.registry.notification.webhook.acr.ACRWebHookPayload
- All Implemented Interfaces:
Serializable
Partially implements https://docs.microsoft.com/en-us/azure/container-registry/container-registry-webhook-reference.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
PREFIX, pushNotifications, received
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
equals, getData, getPushNotifications, getReceived, hashCode, readResolve, setData, setJson
-
Constructor Details
-
ACRWebHookPayload
public ACRWebHookPayload(@NonNull net.sf.json.JSONObject data)
-