Uses of Class
com.microsoft.azure.management.containerregistry.WebhookAction
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of WebhookAction in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final WebhookAction
WebhookAction.DELETE
Static value delete for WebhookAction.static final WebhookAction
WebhookAction.PUSH
Static value push for WebhookAction.static final WebhookAction
WebhookAction.QUARANTINE
Static value quarantine for WebhookAction.Modifier and TypeMethodDescriptionstatic WebhookAction
WebhookAction.fromString
(String name) Creates or finds a WebhookAction from its string representation.Modifier and TypeMethodDescriptionWebhookCreateParameters.actions()
Get the list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.actions()
Get the list of actions that trigger the webhook to post notifications.Webhook.triggers()
static Collection<WebhookAction>
WebhookAction.values()
Modifier and TypeMethodDescriptionWebhook.DefinitionStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Webhook.UpdateDefinitionStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Webhook.UpdateResourceStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Webhook.UpdateStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Modifier and TypeMethodDescriptionWebhookCreateParameters.withActions
(List<WebhookAction> actions) Set the list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.withActions
(List<WebhookAction> actions) Set the list of actions that trigger the webhook to post notifications.