WebhookDefinition.Builder |
WebhookDefinition.Builder.authentication(String authentication) |
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.authentication(WebhookAuthenticationType authentication) |
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
|
default WebhookDefinition.Builder |
WebhookDefinition.Builder.authenticationConfiguration(Consumer<WebhookAuthConfiguration.Builder> authenticationConfiguration) |
Properties that configure the authentication applied to incoming webhook trigger requests.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.authenticationConfiguration(WebhookAuthConfiguration authenticationConfiguration) |
Properties that configure the authentication applied to incoming webhook trigger requests.
|
static WebhookDefinition.Builder |
WebhookDefinition.builder() |
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(Collection<WebhookFilterRule> filters) |
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(Consumer<WebhookFilterRule.Builder>... filters) |
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(WebhookFilterRule... filters) |
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.name(String name) |
The name of the webhook.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.targetAction(String targetAction) |
The name of the action in a pipeline you want to connect to the webhook.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.targetPipeline(String targetPipeline) |
The name of the pipeline you want to connect to the webhook.
|
WebhookDefinition.Builder |
WebhookDefinition.toBuilder() |
|