| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateWebhookResponse |
CodeBuildClient.createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
|
default CreateWebhookResponse |
CodeBuildClient.createWebhook(CreateWebhookRequest createWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateWebhookResponse> |
CodeBuildAsyncClient.createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
|
default CompletableFuture<CreateWebhookResponse> |
CodeBuildAsyncClient.createWebhook(CreateWebhookRequest createWebhookRequest)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
|
Copyright © 2021. All rights reserved.