@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCodeBuildAsync extends AbstractAWSCodeBuild implements AWSCodeBuildAsync
AWSCodeBuildAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<BatchDeleteBuildsResult> |
batchDeleteBuildsAsync(BatchDeleteBuildsRequest request)
Deletes one or more builds.
|
Future<BatchDeleteBuildsResult> |
batchDeleteBuildsAsync(BatchDeleteBuildsRequest request,
AsyncHandler<BatchDeleteBuildsRequest,BatchDeleteBuildsResult> asyncHandler)
Deletes one or more builds.
|
Future<BatchGetBuildsResult> |
batchGetBuildsAsync(BatchGetBuildsRequest request)
Gets information about builds.
|
Future<BatchGetBuildsResult> |
batchGetBuildsAsync(BatchGetBuildsRequest request,
AsyncHandler<BatchGetBuildsRequest,BatchGetBuildsResult> asyncHandler)
Gets information about builds.
|
Future<BatchGetProjectsResult> |
batchGetProjectsAsync(BatchGetProjectsRequest request)
Gets information about build projects.
|
Future<BatchGetProjectsResult> |
batchGetProjectsAsync(BatchGetProjectsRequest request,
AsyncHandler<BatchGetProjectsRequest,BatchGetProjectsResult> asyncHandler)
Gets information about build projects.
|
Future<CreateProjectResult> |
createProjectAsync(CreateProjectRequest request)
Creates a build project.
|
Future<CreateProjectResult> |
createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a build project.
|
Future<CreateWebhookResult> |
createWebhookAsync(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.
|
Future<CreateWebhookResult> |
createWebhookAsync(CreateWebhookRequest request,
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.
|
Future<DeleteProjectResult> |
deleteProjectAsync(DeleteProjectRequest request)
Deletes a build project.
|
Future<DeleteProjectResult> |
deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes a build project.
|
Future<DeleteWebhookResult> |
deleteWebhookAsync(DeleteWebhookRequest request)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS
CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
|
Future<DeleteWebhookResult> |
deleteWebhookAsync(DeleteWebhookRequest request,
AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS
CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
|
Future<ListBuildsResult> |
listBuildsAsync(ListBuildsRequest request)
Gets a list of build IDs, with each build ID representing a single build.
|
Future<ListBuildsResult> |
listBuildsAsync(ListBuildsRequest request,
AsyncHandler<ListBuildsRequest,ListBuildsResult> asyncHandler)
Gets a list of build IDs, with each build ID representing a single build.
|
Future<ListBuildsForProjectResult> |
listBuildsForProjectAsync(ListBuildsForProjectRequest request)
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
|
Future<ListBuildsForProjectResult> |
listBuildsForProjectAsync(ListBuildsForProjectRequest request,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler)
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
|
Future<ListCuratedEnvironmentImagesResult> |
listCuratedEnvironmentImagesAsync(ListCuratedEnvironmentImagesRequest request)
Gets information about Docker images that are managed by AWS CodeBuild.
|
Future<ListCuratedEnvironmentImagesResult> |
listCuratedEnvironmentImagesAsync(ListCuratedEnvironmentImagesRequest request,
AsyncHandler<ListCuratedEnvironmentImagesRequest,ListCuratedEnvironmentImagesResult> asyncHandler)
Gets information about Docker images that are managed by AWS CodeBuild.
|
Future<ListProjectsResult> |
listProjectsAsync(ListProjectsRequest request)
Gets a list of build project names, with each build project name representing a single build project.
|
Future<ListProjectsResult> |
listProjectsAsync(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
Gets a list of build project names, with each build project name representing a single build project.
|
Future<StartBuildResult> |
startBuildAsync(StartBuildRequest request)
Starts running a build.
|
Future<StartBuildResult> |
startBuildAsync(StartBuildRequest request,
AsyncHandler<StartBuildRequest,StartBuildResult> asyncHandler)
Starts running a build.
|
Future<StopBuildResult> |
stopBuildAsync(StopBuildRequest request)
Attempts to stop running a build.
|
Future<StopBuildResult> |
stopBuildAsync(StopBuildRequest request,
AsyncHandler<StopBuildRequest,StopBuildResult> asyncHandler)
Attempts to stop running a build.
|
Future<UpdateProjectResult> |
updateProjectAsync(UpdateProjectRequest request)
Changes the settings of a build project.
|
Future<UpdateProjectResult> |
updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Changes the settings of a build project.
|
batchDeleteBuilds, batchGetBuilds, batchGetProjects, createProject, createWebhook, deleteProject, deleteWebhook, getCachedResponseMetadata, listBuilds, listBuildsForProject, listCuratedEnvironmentImages, listProjects, setEndpoint, setRegion, shutdown, startBuild, stopBuild, updateProject
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchDeleteBuilds, batchGetBuilds, batchGetProjects, createProject, createWebhook, deleteProject, deleteWebhook, getCachedResponseMetadata, listBuilds, listBuildsForProject, listCuratedEnvironmentImages, listProjects, setEndpoint, setRegion, shutdown, startBuild, stopBuild, updateProject
public Future<BatchDeleteBuildsResult> batchDeleteBuildsAsync(BatchDeleteBuildsRequest request)
AWSCodeBuildAsync
Deletes one or more builds.
batchDeleteBuildsAsync
in interface AWSCodeBuildAsync
public Future<BatchDeleteBuildsResult> batchDeleteBuildsAsync(BatchDeleteBuildsRequest request, AsyncHandler<BatchDeleteBuildsRequest,BatchDeleteBuildsResult> asyncHandler)
AWSCodeBuildAsync
Deletes one or more builds.
batchDeleteBuildsAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetBuildsResult> batchGetBuildsAsync(BatchGetBuildsRequest request)
AWSCodeBuildAsync
Gets information about builds.
batchGetBuildsAsync
in interface AWSCodeBuildAsync
public Future<BatchGetBuildsResult> batchGetBuildsAsync(BatchGetBuildsRequest request, AsyncHandler<BatchGetBuildsRequest,BatchGetBuildsResult> asyncHandler)
AWSCodeBuildAsync
Gets information about builds.
batchGetBuildsAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetProjectsResult> batchGetProjectsAsync(BatchGetProjectsRequest request)
AWSCodeBuildAsync
Gets information about build projects.
batchGetProjectsAsync
in interface AWSCodeBuildAsync
public Future<BatchGetProjectsResult> batchGetProjectsAsync(BatchGetProjectsRequest request, AsyncHandler<BatchGetProjectsRequest,BatchGetProjectsResult> asyncHandler)
AWSCodeBuildAsync
Gets information about build projects.
batchGetProjectsAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProjectResult> createProjectAsync(CreateProjectRequest request)
AWSCodeBuildAsync
Creates a build project.
createProjectAsync
in interface AWSCodeBuildAsync
public Future<CreateProjectResult> createProjectAsync(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
AWSCodeBuildAsync
Creates a build project.
createProjectAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateWebhookResult> createWebhookAsync(CreateWebhookRequest request)
AWSCodeBuildAsync
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.
If you enable webhooks for an AWS CodeBuild project, and the project is used as a build step in AWS CodePipeline, then two identical builds will be created for each commit. One build is triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build basis, you will be billed for both builds. Therefore, if you are using AWS CodePipeline, we recommend that you disable webhooks in CodeBuild. In the AWS CodeBuild console, clear the Webhook box. For more information, see step 9 in Change a Build Project’s Settings.
createWebhookAsync
in interface AWSCodeBuildAsync
public Future<CreateWebhookResult> createWebhookAsync(CreateWebhookRequest request, AsyncHandler<CreateWebhookRequest,CreateWebhookResult> asyncHandler)
AWSCodeBuildAsync
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.
If you enable webhooks for an AWS CodeBuild project, and the project is used as a build step in AWS CodePipeline, then two identical builds will be created for each commit. One build is triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build basis, you will be billed for both builds. Therefore, if you are using AWS CodePipeline, we recommend that you disable webhooks in CodeBuild. In the AWS CodeBuild console, clear the Webhook box. For more information, see step 9 in Change a Build Project’s Settings.
createWebhookAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request)
AWSCodeBuildAsync
Deletes a build project.
deleteProjectAsync
in interface AWSCodeBuildAsync
public Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
AWSCodeBuildAsync
Deletes a build project.
deleteProjectAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteWebhookResult> deleteWebhookAsync(DeleteWebhookRequest request)
AWSCodeBuildAsync
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
deleteWebhookAsync
in interface AWSCodeBuildAsync
public Future<DeleteWebhookResult> deleteWebhookAsync(DeleteWebhookRequest request, AsyncHandler<DeleteWebhookRequest,DeleteWebhookResult> asyncHandler)
AWSCodeBuildAsync
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
deleteWebhookAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListBuildsResult> listBuildsAsync(ListBuildsRequest request)
AWSCodeBuildAsync
Gets a list of build IDs, with each build ID representing a single build.
listBuildsAsync
in interface AWSCodeBuildAsync
public Future<ListBuildsResult> listBuildsAsync(ListBuildsRequest request, AsyncHandler<ListBuildsRequest,ListBuildsResult> asyncHandler)
AWSCodeBuildAsync
Gets a list of build IDs, with each build ID representing a single build.
listBuildsAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListBuildsForProjectResult> listBuildsForProjectAsync(ListBuildsForProjectRequest request)
AWSCodeBuildAsync
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
listBuildsForProjectAsync
in interface AWSCodeBuildAsync
public Future<ListBuildsForProjectResult> listBuildsForProjectAsync(ListBuildsForProjectRequest request, AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler)
AWSCodeBuildAsync
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
listBuildsForProjectAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCuratedEnvironmentImagesResult> listCuratedEnvironmentImagesAsync(ListCuratedEnvironmentImagesRequest request)
AWSCodeBuildAsync
Gets information about Docker images that are managed by AWS CodeBuild.
listCuratedEnvironmentImagesAsync
in interface AWSCodeBuildAsync
public Future<ListCuratedEnvironmentImagesResult> listCuratedEnvironmentImagesAsync(ListCuratedEnvironmentImagesRequest request, AsyncHandler<ListCuratedEnvironmentImagesRequest,ListCuratedEnvironmentImagesResult> asyncHandler)
AWSCodeBuildAsync
Gets information about Docker images that are managed by AWS CodeBuild.
listCuratedEnvironmentImagesAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest request)
AWSCodeBuildAsync
Gets a list of build project names, with each build project name representing a single build project.
listProjectsAsync
in interface AWSCodeBuildAsync
public Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
AWSCodeBuildAsync
Gets a list of build project names, with each build project name representing a single build project.
listProjectsAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartBuildResult> startBuildAsync(StartBuildRequest request)
AWSCodeBuildAsync
Starts running a build.
startBuildAsync
in interface AWSCodeBuildAsync
public Future<StartBuildResult> startBuildAsync(StartBuildRequest request, AsyncHandler<StartBuildRequest,StartBuildResult> asyncHandler)
AWSCodeBuildAsync
Starts running a build.
startBuildAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopBuildResult> stopBuildAsync(StopBuildRequest request)
AWSCodeBuildAsync
Attempts to stop running a build.
stopBuildAsync
in interface AWSCodeBuildAsync
public Future<StopBuildResult> stopBuildAsync(StopBuildRequest request, AsyncHandler<StopBuildRequest,StopBuildResult> asyncHandler)
AWSCodeBuildAsync
Attempts to stop running a build.
stopBuildAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request)
AWSCodeBuildAsync
Changes the settings of a build project.
updateProjectAsync
in interface AWSCodeBuildAsync
public Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
AWSCodeBuildAsync
Changes the settings of a build project.
updateProjectAsync
in interface AWSCodeBuildAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.