| Modifier and Type | Method | Description |
|---|---|---|
WebhookUpdateParameters |
WebhookUpdateParameters.withActions(List<WebhookAction> actions) |
Set the list of actions that trigger the webhook to post notifications.
|
WebhookUpdateParameters |
WebhookUpdateParameters.withCustomHeaders(Map<String,String> customHeaders) |
Set custom headers that will be added to the webhook notifications.
|
WebhookUpdateParameters |
WebhookUpdateParameters.withScope(String scope) |
Set the scope of repositories where the event can be triggered.
|
WebhookUpdateParameters |
WebhookUpdateParameters.withServiceUri(String serviceUri) |
Set the service URI for the webhook to post notifications.
|
WebhookUpdateParameters |
WebhookUpdateParameters.withStatus(WebhookStatus status) |
Set the status of the webhook at the time the operation was called.
|
WebhookUpdateParameters |
WebhookUpdateParameters.withTags(Map<String,String> tags) |
Set the tags for the webhook.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/