| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookResult |
AWSCodeBuild.updateWebhook(UpdateWebhookRequest updateWebhookRequest)
Updates the webhook associated with an AWS CodeBuild build project.
|
UpdateWebhookResult |
AWSCodeBuildClient.updateWebhook(UpdateWebhookRequest request)
Updates the webhook associated with an AWS CodeBuild build project.
|
UpdateWebhookResult |
AbstractAWSCodeBuild.updateWebhook(UpdateWebhookRequest request) |
Future<UpdateWebhookResult> |
AbstractAWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest request) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsyncClient.updateWebhookAsync(UpdateWebhookRequest request) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest updateWebhookRequest)
Updates the webhook associated with an AWS CodeBuild build project.
|
Future<UpdateWebhookResult> |
AbstractAWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsyncClient.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest updateWebhookRequest,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler)
Updates the webhook associated with an AWS CodeBuild build project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWebhookResult> |
AbstractAWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsyncClient.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest updateWebhookRequest,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler)
Updates the webhook associated with an AWS CodeBuild build project.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookRequest |
UpdateWebhookRequest.clone() |
UpdateWebhookRequest |
UpdateWebhookRequest.withBranchFilter(String branchFilter)
A regular expression used to determine which branches in a repository are built when a webhook is triggered.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withProjectName(String projectName)
The name of the AWS CodeBuild project.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withRotateSecret(Boolean rotateSecret)
A boolean value that specifies whether the associated repository's secret token should be updated.
|
Copyright © 2018. All rights reserved.