| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartBuildResult> |
AbstractAWSCodeBuildAsync.startBuildAsync(StartBuildRequest request,
AsyncHandler<StartBuildRequest,StartBuildResult> asyncHandler) |
Future<StartBuildResult> |
AWSCodeBuildAsyncClient.startBuildAsync(StartBuildRequest request,
AsyncHandler<StartBuildRequest,StartBuildResult> asyncHandler) |
Future<StartBuildResult> |
AWSCodeBuildAsync.startBuildAsync(StartBuildRequest startBuildRequest,
AsyncHandler<StartBuildRequest,StartBuildResult> asyncHandler)
Starts running a build.
|
| Modifier and Type | Method and Description |
|---|---|
StartBuildRequest |
StartBuildRequest.clone() |
StartBuildRequest |
StartBuildRequest.withArtifactsOverride(ProjectArtifacts artifactsOverride)
Build output artifact settings that override, for this build only, the latest ones already defined in the build
project.
|
StartBuildRequest |
StartBuildRequest.withBuildspecOverride(String buildspecOverride)
A build spec declaration that overrides, for this build only, the latest one already defined in the build
project.
|
StartBuildRequest |
StartBuildRequest.withCacheOverride(ProjectCache cacheOverride)
A ProjectCache object specified for this build that overrides the one defined in the build project.
|
StartBuildRequest |
StartBuildRequest.withCertificateOverride(String certificateOverride)
The name of a certificate for this build that overrides the one specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withComputeTypeOverride(ComputeType computeTypeOverride)
The name of a compute type for this build that overrides the one specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withComputeTypeOverride(String computeTypeOverride)
The name of a compute type for this build that overrides the one specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withEnvironmentTypeOverride(EnvironmentType environmentTypeOverride)
A container type for this build that overrides the one specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withEnvironmentTypeOverride(String environmentTypeOverride)
A container type for this build that overrides the one specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
|
StartBuildRequest |
StartBuildRequest.withEnvironmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
|
StartBuildRequest |
StartBuildRequest.withGitCloneDepthOverride(Integer gitCloneDepthOverride)
The user-defined depth of history, with a minimum value of 0, that overrides, for this build only, any previous
depth of history defined in the build project.
|
StartBuildRequest |
StartBuildRequest.withIdempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuild request.
|
StartBuildRequest |
StartBuildRequest.withImageOverride(String imageOverride)
The name of an image for this build that overrides the one specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withInsecureSslOverride(Boolean insecureSslOverride)
Enable this flag to override the insecure SSL setting that is specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withPrivilegedModeOverride(Boolean privilegedModeOverride)
Enable this flag to override privileged mode in the build project.
|
StartBuildRequest |
StartBuildRequest.withProjectName(String projectName)
The name of the AWS CodeBuild build project to start running a build.
|
StartBuildRequest |
StartBuildRequest.withReportBuildStatusOverride(Boolean reportBuildStatusOverride)
Set to true to report to your source provider the status of a build's start and completion.
|
StartBuildRequest |
StartBuildRequest.withServiceRoleOverride(String serviceRoleOverride)
The name of a service role for this build that overrides the one specified in the build project.
|
StartBuildRequest |
StartBuildRequest.withSourceAuthOverride(SourceAuth sourceAuthOverride)
An authorization type for this build that overrides the one defined in the build project.
|
StartBuildRequest |
StartBuildRequest.withSourceLocationOverride(String sourceLocationOverride)
A location that overrides for this build the source location for the one defined in the build project.
|
StartBuildRequest |
StartBuildRequest.withSourceTypeOverride(SourceType sourceTypeOverride)
A source input type for this build that overrides the source input defined in the build project
|
StartBuildRequest |
StartBuildRequest.withSourceTypeOverride(String sourceTypeOverride)
A source input type for this build that overrides the source input defined in the build project
|
StartBuildRequest |
StartBuildRequest.withSourceVersion(String sourceVersion)
A version of the build input to be built, for this build only.
|
StartBuildRequest |
StartBuildRequest.withTimeoutInMinutesOverride(Integer timeoutInMinutesOverride)
The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest
setting already defined in the build project.
|
Copyright © 2018. All rights reserved.