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
Fields inherited from class org.jenkinsci.plugins.registry.notification.webhook.PushNotification
repoName
-
Constructor Summary
ConstructorDescriptionDockerRegistryPushNotification
(DockerRegistryWebHookPayload webHookPayload, String repoName) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
getTag()
void
setRegistryHost
(String registryHost) void
sha()
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:
getRegistryHost
in classPushNotification
-
setRegistryHost
-
getCause
- Specified by:
getCause
in classPushNotification
-
getRunParameters
- Overrides:
getRunParameters
in classPushNotification
-
getCauseMessage
- Specified by:
getCauseMessage
in classPushNotification
-
sha
- Specified by:
sha
in classPushNotification
-
getShortDescription
- Specified by:
getShortDescription
in classPushNotification
-