Class DockerRegistryWebHookPayload

java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.WebHookPayload
org.jenkinsci.plugins.registry.notification.webhook.dockerregistry.DockerRegistryWebHookPayload
All Implemented Interfaces:
Serializable

public class DockerRegistryWebHookPayload extends WebHookPayload
See Also:
  • 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 key repository.repo_name doesn't exist.