| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Build |
Build.clone() |
Build |
StopBuildResult.getBuild()
Information about the build.
|
Build |
StartBuildResult.getBuild()
Information about the build to be run.
|
Build |
Build.withArn(String arn)
The Amazon Resource Name (ARN) of the build.
|
Build |
Build.withArtifacts(BuildArtifacts artifacts)
Information about the output artifacts for the build.
|
Build |
Build.withBuildComplete(Boolean buildComplete)
Whether the build has finished.
|
Build |
Build.withBuildStatus(StatusType buildStatus)
The current status of the build.
|
Build |
Build.withBuildStatus(String buildStatus)
The current status of the build.
|
Build |
Build.withCache(ProjectCache cache)
Information about the cache for the build.
|
Build |
Build.withCurrentPhase(String currentPhase)
The current build phase.
|
Build |
Build.withEndTime(Date endTime)
When the build process ended, expressed in Unix time format.
|
Build |
Build.withEnvironment(ProjectEnvironment environment)
Information about the build environment for this build.
|
Build |
Build.withId(String id)
The unique ID for the build.
|
Build |
Build.withInitiator(String initiator)
The entity that started the build.
|
Build |
Build.withLogs(LogsLocation logs)
Information about the build's logs in Amazon CloudWatch Logs.
|
Build |
Build.withNetworkInterface(NetworkInterface networkInterface)
Describes a network interface.
|
Build |
Build.withPhases(BuildPhase... phases)
Information about all previous build phases that are completed and information about any current build phase that
is not yet complete.
|
Build |
Build.withPhases(Collection<BuildPhase> phases)
Information about all previous build phases that are completed and information about any current build phase that
is not yet complete.
|
Build |
Build.withProjectName(String projectName)
The name of the AWS CodeBuild project.
|
Build |
Build.withSource(ProjectSource source)
Information about the source code to be built.
|
Build |
Build.withSourceVersion(String sourceVersion)
Any version identifier for the version of the source code to be built.
|
Build |
Build.withStartTime(Date startTime)
When the build process started, expressed in Unix time format.
|
Build |
Build.withTimeoutInMinutes(Integer timeoutInMinutes)
How long, in minutes, for AWS CodeBuild to wait before timing out this build if it does not get marked as
completed.
|
Build |
Build.withVpcConfig(VpcConfig vpcConfig)
If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the
VPC ID and the list of security group IDs and subnet IDs.
|
| Modifier and Type | Method and Description |
|---|---|
List<Build> |
BatchGetBuildsResult.getBuilds()
Information about the requested builds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopBuildResult.setBuild(Build build)
Information about the build.
|
void |
StartBuildResult.setBuild(Build build)
Information about the build to be run.
|
StopBuildResult |
StopBuildResult.withBuild(Build build)
Information about the build.
|
StartBuildResult |
StartBuildResult.withBuild(Build build)
Information about the build to be run.
|
BatchGetBuildsResult |
BatchGetBuildsResult.withBuilds(Build... builds)
Information about the requested builds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetBuildsResult.setBuilds(Collection<Build> builds)
Information about the requested builds.
|
BatchGetBuildsResult |
BatchGetBuildsResult.withBuilds(Collection<Build> builds)
Information about the requested builds.
|
Copyright © 2018. All rights reserved.