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

@Extension public class DockerRegistryWebHook extends JSONWebHook
The terminal point for the DockerRegistry web hook. See Reference
  • Field Details

    • URL_NAME

      public static final String URL_NAME
      The namespace under Jenkins context path that this Action is bound to.
      See Also:
  • Constructor Details

    • DockerRegistryWebHook

      public DockerRegistryWebHook()
  • Method Details