java.lang.Object
org.jenkinsci.plugins.registry.notification.webhook.JSONWebHook
org.jenkinsci.plugins.registry.notification.webhook.acr.ACRWebHook
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction, UnprotectedRootAction

@Extension public class ACRWebHook extends JSONWebHook
The ACRWebHook handles incoming updates from the Azure Container Registry. The provided payload differs minimally from what is transmitted by a standard Docker Registry v2 server, which made this separate implementation necessary.
  • 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

    • ACRWebHook

      public ACRWebHook()
  • Method Details