| 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 |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/