Class DockerHubPushNotification
java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.PushNotification
org.jenkinsci.plugins.registry.notification.webhook.dockerhub.DockerHubPushNotification
Received payload of data from the Docker Hub web hook.
 See Reference
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.jenkinsci.plugins.registry.notification.webhook.PushNotification
repoName - 
Constructor Summary
ConstructorsConstructorDescriptionDockerHubPushNotification(DockerHubWebHookPayload webHookPayload, String repoName)  - 
Method Summary
Modifier and TypeMethodDescriptiongetCause()getTag()voidsetCallbackUrl(String callbackUrl) 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_DOCKER_HUB_HOST
- See Also:
 
 - 
KEY_PUSHER
- See Also:
 
 - 
KEY_TAG
- See Also:
 
 
 - 
 - 
Constructor Details
- 
DockerHubPushNotification
 
 - 
 - 
Method Details
- 
getCallbackUrl
 - 
setCallbackUrl
 - 
getRegistryHost
- Specified by:
 getRegistryHostin classPushNotification
 - 
getPusher
 - 
getTag
 - 
getCause
- Specified by:
 getCausein classPushNotification
 - 
getRunParameters
- Overrides:
 getRunParametersin classPushNotification
 - 
getCauseMessage
- Specified by:
 getCauseMessagein classPushNotification
 - 
sha
- Specified by:
 shain classPushNotification
 - 
getShortDescription
- Specified by:
 getShortDescriptionin classPushNotification
 
 -