| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch |
BuildBatch.clone() |
BuildBatch |
StopBuildBatchResult.getBuildBatch() |
BuildBatch |
StartBuildBatchResult.getBuildBatch()
A
BuildBatch object that contains information about the batch build. |
BuildBatch |
RetryBuildBatchResult.getBuildBatch() |
BuildBatch |
BuildBatch.withArn(String arn)
The ARN of the batch build.
|
BuildBatch |
BuildBatch.withArtifacts(BuildArtifacts artifacts)
A
BuildArtifacts object the defines the build artifacts for this batch build. |
BuildBatch |
BuildBatch.withBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig) |
BuildBatch |
BuildBatch.withBuildBatchNumber(Long buildBatchNumber)
The number of the batch build.
|
BuildBatch |
BuildBatch.withBuildBatchStatus(StatusType buildBatchStatus)
The status of the batch build.
|
BuildBatch |
BuildBatch.withBuildBatchStatus(String buildBatchStatus)
The status of the batch build.
|
BuildBatch |
BuildBatch.withBuildGroups(BuildGroup... buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch |
BuildBatch.withBuildGroups(Collection<BuildGroup> buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch |
BuildBatch.withBuildTimeoutInMinutes(Integer buildTimeoutInMinutes)
Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.
|
BuildBatch |
BuildBatch.withCache(ProjectCache cache) |
BuildBatch |
BuildBatch.withComplete(Boolean complete)
Indicates if the batch build is complete.
|
BuildBatch |
BuildBatch.withCurrentPhase(String currentPhase)
The current phase of the batch build.
|
BuildBatch |
BuildBatch.withDebugSessionEnabled(Boolean debugSessionEnabled)
Specifies if session debugging is enabled for this batch build.
|
BuildBatch |
BuildBatch.withEncryptionKey(String encryptionKey)
The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts.
|
BuildBatch |
BuildBatch.withEndTime(Date endTime)
The date and time that the batch build ended.
|
BuildBatch |
BuildBatch.withEnvironment(ProjectEnvironment environment) |
BuildBatch |
BuildBatch.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch |
BuildBatch.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch |
BuildBatch.withId(String id)
The identifier of the batch build.
|
BuildBatch |
BuildBatch.withInitiator(String initiator)
The entity that started the batch build.
|
BuildBatch |
BuildBatch.withLogConfig(LogsConfig logConfig) |
BuildBatch |
BuildBatch.withPhases(BuildBatchPhase... phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch |
BuildBatch.withPhases(Collection<BuildBatchPhase> phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch |
BuildBatch.withProjectName(String projectName)
The name of the batch build project.
|
BuildBatch |
BuildBatch.withQueuedTimeoutInMinutes(Integer queuedTimeoutInMinutes)
Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.
|
BuildBatch |
BuildBatch.withResolvedSourceVersion(String resolvedSourceVersion)
The identifier of the resolved version of this batch build's source code.
|
BuildBatch |
BuildBatch.withSecondaryArtifacts(BuildArtifacts... secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch |
BuildBatch.withSecondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch |
BuildBatch.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch |
BuildBatch.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch |
BuildBatch.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch |
BuildBatch.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch |
BuildBatch.withServiceRole(String serviceRole)
The name of a service role used for builds in the batch.
|
BuildBatch |
BuildBatch.withSource(ProjectSource source) |
BuildBatch |
BuildBatch.withSourceVersion(String sourceVersion)
The identifier of the version of the source code to be built.
|
BuildBatch |
BuildBatch.withStartTime(Date startTime)
The date and time that the batch build started.
|
BuildBatch |
BuildBatch.withVpcConfig(VpcConfig vpcConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<BuildBatch> |
BatchGetBuildBatchesResult.getBuildBatches()
An array of
BuildBatch objects that represent the retrieved batch builds. |
| Modifier and Type | Method and Description |
|---|---|
void |
StopBuildBatchResult.setBuildBatch(BuildBatch buildBatch) |
void |
StartBuildBatchResult.setBuildBatch(BuildBatch buildBatch)
A
BuildBatch object that contains information about the batch build. |
void |
RetryBuildBatchResult.setBuildBatch(BuildBatch buildBatch) |
StopBuildBatchResult |
StopBuildBatchResult.withBuildBatch(BuildBatch buildBatch) |
StartBuildBatchResult |
StartBuildBatchResult.withBuildBatch(BuildBatch buildBatch)
A
BuildBatch object that contains information about the batch build. |
RetryBuildBatchResult |
RetryBuildBatchResult.withBuildBatch(BuildBatch buildBatch) |
BatchGetBuildBatchesResult |
BatchGetBuildBatchesResult.withBuildBatches(BuildBatch... buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetBuildBatchesResult.setBuildBatches(Collection<BuildBatch> buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
BatchGetBuildBatchesResult |
BatchGetBuildBatchesResult.withBuildBatches(Collection<BuildBatch> buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
Copyright © 2024. All rights reserved.