Interface Webhook.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>, Resource.DefinitionWithTags<Webhook.DefinitionStages.WithAttach<ParentT>>, Webhook.DefinitionStages.WithCustomHeaders<ParentT>, Webhook.DefinitionStages.WithDefaultStatus<ParentT>, Webhook.DefinitionStages.WithRepositoriesScope<ParentT>
- All Known Subinterfaces:
Webhook.WebhookDefinition<ParentT>
- Enclosing interface:
Webhook.DefinitionStages
public static interface Webhook.DefinitionStages.WithAttach<ParentT>
extends Webhook.DefinitionStages.WithCustomHeaders<ParentT>, Webhook.DefinitionStages.WithRepositoriesScope<ParentT>, Webhook.DefinitionStages.WithDefaultStatus<ParentT>, Resource.DefinitionWithTags<Webhook.DefinitionStages.WithAttach<ParentT>>, Attachable.InDefinition<ParentT>
The final stage of the webhook definition.
At this stage, any remaining optional settings can be specified, or the webhook definition can be attached to the parent container group definition.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface Resource.DefinitionWithTags
withTag, withTagsMethods inherited from interface Webhook.DefinitionStages.WithCustomHeaders
withCustomHeader, withCustomHeadersMethods inherited from interface Webhook.DefinitionStages.WithDefaultStatus
enabledMethods inherited from interface Webhook.DefinitionStages.WithRepositoriesScope
withRepositoriesScope