| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWebhookResult> |
AbstractAWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
Future<UpdateWebhookResult> |
AWSCodeBuildAsync.updateWebhookAsync(UpdateWebhookRequest updateWebhookRequest,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler)
Updates the webhook associated with an CodeBuild build project.
|
Future<UpdateWebhookResult> |
AWSCodeBuildAsyncClient.updateWebhookAsync(UpdateWebhookRequest request,
AsyncHandler<UpdateWebhookRequest,UpdateWebhookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookRequest |
UpdateWebhookRequest.clone() |
UpdateWebhookRequest |
UpdateWebhookRequest.withBranchFilter(String branchFilter)
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withBuildType(String buildType)
Specifies the type of build this webhook will trigger.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withBuildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withFilterGroups(Collection<List<WebhookFilter>> filterGroups)
An array of arrays of
WebhookFilter objects used to determine if a webhook event can trigger a
build. |
UpdateWebhookRequest |
UpdateWebhookRequest.withFilterGroups(List<WebhookFilter>... filterGroups)
An array of arrays of
WebhookFilter objects used to determine if a webhook event can trigger a
build. |
UpdateWebhookRequest |
UpdateWebhookRequest.withProjectName(String projectName)
The name of the CodeBuild project.
|
UpdateWebhookRequest |
UpdateWebhookRequest.withRotateSecret(Boolean rotateSecret)
A boolean value that specifies whether the associated GitHub repository's secret token should be updated.
|
Copyright © 2024. All rights reserved.