@Generated(value="software.amazon.awssdk:codegen") public final class BuildGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BuildGroup.Builder,BuildGroup>
Contains information about a batch build build group. Build groups are used to combine builds that can run in parallel, while still being able to set dependencies on other build groups.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BuildGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BuildGroup.Builder |
builder() |
BuildSummary |
currentBuildSummary()
A
BuildSummary object that contains a summary of the current build group. |
List<String> |
dependsOn()
An array of strings that contain the identifiers of the build groups that this build group depends on.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDependsOn()
Returns true if the DependsOn property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasPriorBuildSummaryList()
Returns true if the PriorBuildSummaryList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
identifier()
Contains the identifier of the build group.
|
Boolean |
ignoreFailure()
Specifies if failures in this build group can be ignored.
|
List<BuildSummary> |
priorBuildSummaryList()
An array of
BuildSummary objects that contain summaries of previous build groups. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BuildGroup.Builder> |
serializableBuilderClass() |
BuildGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identifier()
Contains the identifier of the build group.
public final boolean hasDependsOn()
public final List<String> dependsOn()
An array of strings that contain the identifiers of the build groups that this build group depends on.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDependsOn() to see if a value was sent in this field.
public final Boolean ignoreFailure()
Specifies if failures in this build group can be ignored.
public final BuildSummary currentBuildSummary()
A BuildSummary object that contains a summary of the current build group.
BuildSummary object that contains a summary of the current build group.public final boolean hasPriorBuildSummaryList()
public final List<BuildSummary> priorBuildSummaryList()
An array of BuildSummary objects that contain summaries of previous build groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPriorBuildSummaryList() to see if a value was sent in this field.
BuildSummary objects that contain summaries of previous build groups.public BuildGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BuildGroup.Builder,BuildGroup>public static BuildGroup.Builder builder()
public static Class<? extends BuildGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.