Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
WebhookDefinition |
WebhookDefinition.clone() |
WebhookDefinition |
ListWebhookItem.getDefinition()
The detail returned for each webhook, such as the webhook authentication type and filter rules.
|
WebhookDefinition |
PutWebhookRequest.getWebhook()
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the
action name.
|
WebhookDefinition |
WebhookDefinition.withAuthentication(String authentication)
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
|
WebhookDefinition |
WebhookDefinition.withAuthentication(WebhookAuthenticationType authentication)
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
|
WebhookDefinition |
WebhookDefinition.withAuthenticationConfiguration(WebhookAuthConfiguration authenticationConfiguration)
Properties that configure the authentication applied to incoming webhook trigger requests.
|
WebhookDefinition |
WebhookDefinition.withFilters(Collection<WebhookFilterRule> filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition |
WebhookDefinition.withFilters(WebhookFilterRule... filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition |
WebhookDefinition.withName(String name)
The name of the webhook.
|
WebhookDefinition |
WebhookDefinition.withTargetAction(String targetAction)
The name of the action in a pipeline you want to connect to the webhook.
|
WebhookDefinition |
WebhookDefinition.withTargetPipeline(String targetPipeline)
The name of the pipeline you want to connect to the webhook.
|
Modifier and Type | Method and Description |
---|---|
void |
ListWebhookItem.setDefinition(WebhookDefinition definition)
The detail returned for each webhook, such as the webhook authentication type and filter rules.
|
void |
PutWebhookRequest.setWebhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the
action name.
|
ListWebhookItem |
ListWebhookItem.withDefinition(WebhookDefinition definition)
The detail returned for each webhook, such as the webhook authentication type and filter rules.
|
PutWebhookRequest |
PutWebhookRequest.withWebhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the
action name.
|
Copyright © 2022. All rights reserved.