Class DockerRegistryWebHookPayload
java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
org.jenkinsci.plugins.registry.notification.webhook.dockerregistry.DockerRegistryWebHookPayload
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
PREFIX, pushNotifications, received
-
Constructor Summary
ConstructorDescriptionDockerRegistryWebHookPayload
(net.sf.json.JSONObject data) Creates the object from the json payload -
Method Summary
Methods inherited from class org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
equals, getData, getPushNotifications, getReceived, hashCode, readResolve, setData, setJson
-
Constructor Details
-
DockerRegistryWebHookPayload
public DockerRegistryWebHookPayload(@NonNull net.sf.json.JSONObject data) Creates the object from the json payload- Parameters:
data
- the json payload- Throws:
net.sf.json.JSONException
- if the keyrepository.repo_name
doesn't exist.
-