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