Interface Webhook.DefinitionStages
-
- Enclosing interface:
- Webhook
public static interface Webhook.DefinitionStagesGrouping of webhook definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebhook.DefinitionStages.Blank<ParentT>The first stage of the webhook definition.static interfaceWebhook.DefinitionStages.WithAttach<ParentT>The final stage of the webhook definition.static interfaceWebhook.DefinitionStages.WithCustomHeaders<ParentT>The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.static interfaceWebhook.DefinitionStages.WithDefaultStatus<ParentT>The stage of the webhook definition allowing to specify the default status of the webhook after being created.static interfaceWebhook.DefinitionStages.WithRepositoriesScope<ParentT>The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.static interfaceWebhook.DefinitionStages.WithServiceUri<ParentT>The stage of the webhook definition allowing to specify the service URI for post notifications.static interfaceWebhook.DefinitionStages.WithTriggerWhen<ParentT>The stage of the webhook definition allowing to specify the actions that will trigger the webhook notifications.
-