WebhookPropertiesCreateParameters |
WebhookPropertiesCreateParameters.withActions(List<WebhookAction> actions) |
Set the actions property: The list of actions that trigger the webhook to post notifications.
|
WebhookPropertiesCreateParameters |
WebhookPropertiesCreateParameters.withCustomHeaders(Map<String,String> customHeaders) |
Set the customHeaders property: Custom headers that will be added to the webhook notifications.
|
WebhookPropertiesCreateParameters |
WebhookPropertiesCreateParameters.withScope(String scope) |
Set the scope property: The scope of repositories where the event can be triggered.
|
WebhookPropertiesCreateParameters |
WebhookPropertiesCreateParameters.withServiceUri(String serviceUri) |
Set the serviceUri property: The service URI for the webhook to post notifications.
|
WebhookPropertiesCreateParameters |
WebhookPropertiesCreateParameters.withStatus(WebhookStatus status) |
Set the status property: The status of the webhook at the time the operation was called.
|