| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildGroup |
BuildGroup.clone() |
BuildGroup |
BuildGroup.withCurrentBuildSummary(BuildSummary currentBuildSummary)
A
BuildSummary object that contains a summary of the current build group. |
BuildGroup |
BuildGroup.withDependsOn(Collection<String> dependsOn)
An array of strings that contain the identifiers of the build groups that this build group depends on.
|
BuildGroup |
BuildGroup.withDependsOn(String... dependsOn)
An array of strings that contain the identifiers of the build groups that this build group depends on.
|
BuildGroup |
BuildGroup.withIdentifier(String identifier)
Contains the identifier of the build group.
|
BuildGroup |
BuildGroup.withIgnoreFailure(Boolean ignoreFailure)
Specifies if failures in this build group can be ignored.
|
BuildGroup |
BuildGroup.withPriorBuildSummaryList(BuildSummary... priorBuildSummaryList)
An array of
BuildSummary objects that contain summaries of previous build groups. |
BuildGroup |
BuildGroup.withPriorBuildSummaryList(Collection<BuildSummary> priorBuildSummaryList)
An array of
BuildSummary objects that contain summaries of previous build groups. |
| Modifier and Type | Method and Description |
|---|---|
List<BuildGroup> |
BuildBatch.getBuildGroups()
An array of
BuildGroup objects that define the build groups for the batch build. |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch |
BuildBatch.withBuildGroups(BuildGroup... buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildBatch.setBuildGroups(Collection<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. |
Copyright © 2024. All rights reserved.