| Modifier and Type | Field | 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 | Description |
|---|---|---|
static WebhookAction |
WebhookAction.fromString(String name) |
Creates or finds a WebhookAction from its string representation.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<WebhookAction> |
Webhook.actions() |
|
List<WebhookAction> |
WebhookCreateParameters.actions() |
Get the list of actions that trigger the webhook to post notifications.
|
List<WebhookAction> |
WebhookUpdateParameters.actions() |
Get the list of actions that trigger the webhook to post notifications.
|
static Collection<WebhookAction> |
WebhookAction.values() |
| Modifier and Type | Method | Description |
|---|---|---|
Webhook.DefinitionStages.WithLocation |
Webhook.DefinitionStages.WithActions.withActions(List<WebhookAction> actions) |
Specifies actions.
|
Webhook.Update |
Webhook.UpdateStages.WithActions.withActions(List<WebhookAction> actions) |
Specifies actions.
|
WebhookCreateParameters |
WebhookCreateParameters.withActions(List<WebhookAction> actions) |
Set the list of actions that trigger the webhook to post notifications.
|
WebhookUpdateParameters |
WebhookUpdateParameters.withActions(List<WebhookAction> actions) |
Set the list of actions that trigger the webhook to post notifications.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/