public static interface Webhook.UpdateDefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Webhook.UpdateDefinitionStages.Blank<ParentT>
The first stage of the webhook definition.
|
static interface |
Webhook.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the webhook definition.
|
static interface |
Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.
|
static interface |
Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
The stage of the webhook definition allowing to specify the default status of the webhook after being created.
|
static interface |
Webhook.UpdateDefinitionStages.WithRepositoriesScope<ParentT>
The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.
|
static interface |
Webhook.UpdateDefinitionStages.WithServiceUri<ParentT>
The stage of the webhook definition allowing to specify the service URI for post notifications.
|
static interface |
Webhook.UpdateDefinitionStages.WithTags<ParentT>
The stage of the webhook definition allowing to specify the tags.
|
static interface |
Webhook.UpdateDefinitionStages.WithTriggerWhen<ParentT>
The stage of the webhook definition allowing to specify the actions that will trigger the webhook notifications.
|
Copyright © 2019. All rights reserved.