Class DockerHubCallbackPayload
java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.dockerhub.DockerHubCallbackPayload
- All Implemented Interfaces:
Serializable
Data to send as callback to a Docker Hub web hook.
See Reference
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDockerHubCallbackPayload
(DockerHubCallbackPayload.States state, String description, String context, String targetUrl) -
Method Summary
Modifier and TypeMethodDescriptionstatic DockerHubCallbackPayload
getState()
net.sf.json.JSONObject
toJSON()
toString()
-
Constructor Details
-
DockerHubCallbackPayload
public DockerHubCallbackPayload(DockerHubCallbackPayload.States state, String description, String context, String targetUrl)
-
-
Method Details