Class DockerRegistryWebHook
java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.JSONWebHook
org.jenkinsci.plugins.registry.notification.webhook.dockerregistry.DockerRegistryWebHook
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
,UnprotectedRootAction
The terminal point for the DockerRegistry web hook.
See Reference
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.registry.notification.webhook.JSONWebHook
JSONWebHook.ValidApiToken
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected WebHookPayload
createPushNotification
(net.sf.json.JSONObject payload) Methods inherited from class org.jenkinsci.plugins.registry.notification.webhook.JSONWebHook
doIndex, doNotify, getDetails, getDisplayName, getDynamic, getIconFileName, trigger
-
Field Details
-
URL_NAME
The namespace under Jenkins context path that this Action is bound to.- See Also:
-
-
Constructor Details
-
DockerRegistryWebHook
public DockerRegistryWebHook()
-
-
Method Details
-
createPushNotification
- Specified by:
createPushNotification
in classJSONWebHook
-
getUrlName
-