| 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 repository, enables AWS
CodeBuild to begin automatically 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 repository, enables AWS
CodeBuild to begin automatically 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> |
AWSCodeBuildAsyncClient.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 repository, enables AWS
CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.
|
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.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 repository, enables AWS
CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWebhookResult> |
AbstractAWSCodeBuildAsync.createWebhookAsync(CreateWebhookRequest request,
AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler) |
Future<CreateWebhookResult> |
AWSCodeBuildAsyncClient.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 repository, enables AWS
CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookRequest |
CreateWebhookRequest.clone() |
CreateWebhookRequest |
CreateWebhookRequest.withBranchFilter(String branchFilter)
A regular expression used to determine which branches in a repository are built when a webhook is triggered.
|
CreateWebhookRequest |
CreateWebhookRequest.withProjectName(String projectName)
The name of the AWS CodeBuild project.
|
Copyright © 2018. All rights reserved.