Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
WebhookCreateParameters |
WebhookCreateParameters.withActions(List<WebhookAction> actions)
Set the list of actions that trigger the webhook to post notifications.
|
WebhookCreateParameters |
WebhookCreateParameters.withCustomHeaders(Map<String,String> customHeaders)
Set custom headers that will be added to the webhook notifications.
|
WebhookCreateParameters |
WebhookCreateParameters.withLocation(String location)
Set the location of the webhook.
|
WebhookCreateParameters |
WebhookCreateParameters.withScope(String scope)
Set the scope of repositories where the event can be triggered.
|
WebhookCreateParameters |
WebhookCreateParameters.withServiceUri(String serviceUri)
Set the service URI for the webhook to post notifications.
|
WebhookCreateParameters |
WebhookCreateParameters.withStatus(WebhookStatus status)
Set the status of the webhook at the time the operation was called.
|
WebhookCreateParameters |
WebhookCreateParameters.withTags(Map<String,String> tags)
Set the tags for the webhook.
|
Copyright © 2019. All rights reserved.