Uses of Enum Class
org.jenkinsci.plugins.registry.notification.webhook.dockerhub.DockerHubCallbackPayload.States
Packages that use DockerHubCallbackPayload.States
-
Uses of DockerHubCallbackPayload.States in org.jenkinsci.plugins.registry.notification.webhook.dockerhub
Methods in org.jenkinsci.plugins.registry.notification.webhook.dockerhub that return DockerHubCallbackPayload.StatesModifier 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.Constructors in org.jenkinsci.plugins.registry.notification.webhook.dockerhub with parameters of type DockerHubCallbackPayload.StatesModifierConstructorDescriptionDockerHubCallbackPayload
(DockerHubCallbackPayload.States state, String description, String context, String targetUrl)