Uses of Enum Class
org.jenkinsci.plugins.registry.notification.webhook.dockerhub.DockerHubCallbackPayload.States
-
Uses of DockerHubCallbackPayload.States in org.jenkinsci.plugins.registry.notification.webhook.dockerhub
Modifier and TypeMethodDescriptionDockerHubCallbackPayload.getState()
Returns the enum constant of this class with the specified name.static DockerHubCallbackPayload.States[]
DockerHubCallbackPayload.States.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDockerHubCallbackPayload
(DockerHubCallbackPayload.States state, String description, String context, String targetUrl)