Interface Webhook.UpdateStages
-
- Enclosing interface:
- Webhook
public static interface Webhook.UpdateStagesGrouping of webhook update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebhook.UpdateStages.WithCustomHeadersThe stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.static interfaceWebhook.UpdateStages.WithDefaultStatusThe stage of the webhook definition allowing to specify the default status of the webhook after being created.static interfaceWebhook.UpdateStages.WithRepositoriesScopeThe stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.static interfaceWebhook.UpdateStages.WithServiceUriThe stage of the webhook definition allowing to specify the service URI for post notifications.static interfaceWebhook.UpdateStages.WithTriggerWhenThe stage of the webhook definition allowing to specify actions that trigger the webhook.
-