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.
|