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