Interface Registry.DefinitionStages.WithWebhook
-
- All Known Subinterfaces:
Registry.Definition,Registry.DefinitionStages.WithCreate
- Enclosing interface:
- Registry.DefinitionStages
public static interface Registry.DefinitionStages.WithWebhookThe stage of the container registry definition allowing to add or remove a webhook.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webhook.DefinitionStages.Blank<Registry.DefinitionStages.WithCreate>defineWebhook(String name)Begins the definition of a new webhook to be added to this container registry.
-
-
-
Method Detail
-
defineWebhook
Webhook.DefinitionStages.Blank<Registry.DefinitionStages.WithCreate> defineWebhook(String name)
Begins the definition of a new webhook to be added to this container registry.- Parameters:
name- the name of the new webhook- Returns:
- the first stage of the new webhook definition
-
-