default CreateWebhookResponse |
CodeBuildClient.createWebhook(Consumer<CreateWebhookRequest.Builder> createWebhookRequest) |
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables 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 CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
|
default DeleteWebhookResponse |
CodeBuildClient.deleteWebhook(Consumer<DeleteWebhookRequest.Builder> deleteWebhookRequest) |
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
|
default DeleteWebhookResponse |
CodeBuildClient.deleteWebhook(DeleteWebhookRequest deleteWebhookRequest) |
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository,
stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
|
default UpdateWebhookResponse |
CodeBuildClient.updateWebhook(Consumer<UpdateWebhookRequest.Builder> updateWebhookRequest) |
Updates the webhook associated with an CodeBuild build project.
|
default UpdateWebhookResponse |
CodeBuildClient.updateWebhook(UpdateWebhookRequest updateWebhookRequest) |
Updates the webhook associated with an CodeBuild build project.
|