| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateWebhookResponse> |
CodeBuildAsyncClient.createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
|
default CreateWebhookResponse |
CodeBuildClient.createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.branchFilter(String branchFilter)
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
static CreateWebhookRequest.Builder |
CreateWebhookRequest.builder() |
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.buildType(String buildType)
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.buildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.filterGroups(Collection<WebhookFilter>... filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.projectName(String projectName)
The name of the CodeBuild project.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWebhookRequest.Builder> |
CreateWebhookRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.