| Modifier and Type | Interface and Description |
|---|---|
static interface |
Webhook.UpdateDefinition<ParentT>
Grouping of the container registry's webhook update definition.
|
| Modifier and Type | Method and Description |
|---|---|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
Webhook.UpdateDefinitionStages.WithDefaultStatus.enabled(boolean defaultStatus)
Specifies the default status of the webhook; default is "enabled".
|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
Webhook.UpdateDefinitionStages.WithCustomHeaders.withCustomHeader(String name,
String value)
Specifies a custom header that will be added to notifications.
|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
Webhook.UpdateDefinitionStages.WithCustomHeaders.withCustomHeaders(Map<String,String> customHeaders)
Specifies the custom headers that will be added to the notifications.
|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
Webhook.UpdateDefinitionStages.WithRepositoriesScope.withRepositoriesScope(String repositoriesScope)
Specifies the scope of repositories where the event can be triggered.
|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
Webhook.UpdateDefinitionStages.WithServiceUri.withServiceUri(String serviceUri)
Specifies the service URI for post notifications.
|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
Webhook.UpdateDefinitionStages.WithTags.withTag(String key,
String value)
Adds a tag to the webhook.
|
Webhook.UpdateDefinitionStages.WithAttach<ParentT> |
Webhook.UpdateDefinitionStages.WithTags.withTags(Map<String,String> tags)
Specifies 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.
*/