| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResult |
AWSCodeBuild.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.
|
CreateWebhookResult |
AWSCodeBuildClient.createWebhook(CreateWebhookRequest request)
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.
|
CreateWebhookResult |
AbstractAWSCodeBuild.createWebhook(CreateWebhookRequest request) |
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request) |
Future<CreateWebhookResult> |
AWSCodeBuildAsync.createWebhookAsync(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.
|
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.createWebhookAsync(CreateWebhookRequest request) |
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest createWebhookRequest,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler)
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.
|
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest createWebhookRequest,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler)
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.
|
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookRequest |
CreateWebhookRequest.clone() |
CreateWebhookRequest |
CreateWebhookRequest.withBranchFilter(String branchFilter)
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
CreateWebhookRequest |
CreateWebhookRequest.withBuildType(String buildType)
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest |
CreateWebhookRequest.withBuildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest |
CreateWebhookRequest.withFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
CreateWebhookRequest |
CreateWebhookRequest.withFilterGroups(List<WebhookFilter>... filterGroups)
An array of arrays of
WebhookFilter objects used to determine which webhooks are triggered. |
CreateWebhookRequest |
CreateWebhookRequest.withProjectName(String projectName)
The name of the AWS CodeBuild project.
|
Copyright © 2021. All rights reserved.