| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook.Builder |
Webhook.Builder.branchFilter(String branchFilter)
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
static Webhook.Builder |
Webhook.builder() |
Webhook.Builder |
Webhook.Builder.buildType(String buildType)
Specifies the type of build this webhook will trigger.
|
Webhook.Builder |
Webhook.Builder.buildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
Webhook.Builder |
Webhook.Builder.filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
Webhook.Builder |
Webhook.Builder.filterGroups(Collection<WebhookFilter>... filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
Webhook.Builder |
Webhook.Builder.lastModifiedSecret(Instant lastModifiedSecret)
A timestamp that indicates the last time a repository's secret token was modified.
|
Webhook.Builder |
Webhook.Builder.payloadUrl(String payloadUrl)
The CodeBuild endpoint where webhook events are sent.
|
Webhook.Builder |
Webhook.Builder.secret(String secret)
The secret token of the associated repository.
|
Webhook.Builder |
Webhook.toBuilder() |
Webhook.Builder |
Webhook.Builder.url(String url)
The URL to the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Webhook.Builder> |
Webhook.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Project.Builder |
Project.Builder.webhook(Consumer<Webhook.Builder> webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
default CreateWebhookResponse.Builder |
CreateWebhookResponse.Builder.webhook(Consumer<Webhook.Builder> webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
default UpdateWebhookResponse.Builder |
UpdateWebhookResponse.Builder.webhook(Consumer<Webhook.Builder> webhook)
Information about a repository's webhook that is associated with a project in CodeBuild.
|
Copyright © 2023. All rights reserved.