Class DockerRegistryPushNotification
java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.PushNotification
org.jenkinsci.plugins.registry.notification.webhook.dockerregistry.DockerRegistryPushNotification
Received notification from the Docker Registry web hook.
See Reference
-
Field Summary
FieldsFields inherited from class org.jenkinsci.plugins.registry.notification.webhook.PushNotification
repoName -
Constructor Summary
ConstructorsConstructorDescriptionDockerRegistryPushNotification(DockerRegistryWebHookPayload webHookPayload, String repoName) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()getTag()voidsetRegistryHost(String registryHost) voidsha()Methods inherited from class org.jenkinsci.plugins.registry.notification.webhook.PushNotification
equals, getCallbackHandler, getJobParamerers, getPushedAt, getReceived, getRepoName, getWebHookPayload, hashCode, setCallbackHandler, setPushedAt
-
Field Details
-
KEY_REPO_NAME
- See Also:
-
KEY_TAG
- See Also:
-
KEY_DOCKER_REGISTRY_HOST
- See Also:
-
-
Constructor Details
-
DockerRegistryPushNotification
-
-
Method Details
-
getTag
-
setTag
-
getRegistryHost
- Specified by:
getRegistryHostin classPushNotification
-
setRegistryHost
-
getCause
- Specified by:
getCausein classPushNotification
-
getRunParameters
- Overrides:
getRunParametersin classPushNotification
-
getCauseMessage
- Specified by:
getCauseMessagein classPushNotification
-
sha
- Specified by:
shain classPushNotification
-
getShortDescription
- Specified by:
getShortDescriptionin classPushNotification
-