Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static WebhookAction |
WebhookAction.DELETE
Static value delete for WebhookAction.
|
static WebhookAction |
WebhookAction.PUSH
Static value push for WebhookAction.
|
static WebhookAction |
WebhookAction.QUARANTINE
Static value quarantine for WebhookAction.
|
Modifier and Type | Method and Description |
---|---|
static WebhookAction |
WebhookAction.fromString(String name)
Creates or finds a WebhookAction from its string representation.
|
Modifier and Type | Method and Description |
---|---|
List<WebhookAction> |
WebhookUpdateParameters.actions()
Get the list of actions that trigger the webhook to post notifications.
|
List<WebhookAction> |
WebhookCreateParameters.actions()
Get the list of actions that trigger the webhook to post notifications.
|
Collection<WebhookAction> |
Webhook.triggers() |
static Collection<WebhookAction> |
WebhookAction.values() |
Modifier and Type | Method and Description |
---|---|
Webhook.DefinitionStages.WithServiceUri<ParentT> |
Webhook.DefinitionStages.WithTriggerWhen.withTriggerWhen(WebhookAction... webhookActions)
Specifies the actions that will trigger the webhook notifications.
|
Webhook.UpdateDefinitionStages.WithServiceUri<ParentT> |
Webhook.UpdateDefinitionStages.WithTriggerWhen.withTriggerWhen(WebhookAction... webhookActions)
Specifies the actions that will trigger the webhook notifications.
|
Webhook.Update |
Webhook.UpdateStages.WithTriggerWhen.withTriggerWhen(WebhookAction... webhookActions)
Specifies the actions that will trigger the webhook notifications.
|
Webhook.UpdateResourceStages.WithAttach<ParentT> |
Webhook.UpdateResourceStages.WithTriggerWhen.withTriggerWhen(WebhookAction... webhookActions)
Specifies the actions that will trigger the webhook notifications.
|
Modifier and Type | Method and Description |
---|---|
WebhookUpdateParameters |
WebhookUpdateParameters.withActions(List<WebhookAction> actions)
Set the list of actions that trigger the webhook to post notifications.
|
WebhookCreateParameters |
WebhookCreateParameters.withActions(List<WebhookAction> actions)
Set the list of actions that trigger the webhook to post notifications.
|
Copyright © 2019. All rights reserved.