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.
Contents
Note
In the following list, the required parameters are described first.
- currentBuildSummary
- 
               A BuildSummaryobject that contains a summary of the current build group.Type: BuildSummary object Required: No 
- dependsOn
- 
               An array of strings that contain the identifiers of the build groups that this build group depends on. Type: Array of strings Length Constraints: Minimum length of 1. Required: No 
- identifier
- 
               Contains the identifier of the build group. Type: String Required: No 
- ignoreFailure
- 
               Specifies if failures in this build group can be ignored. Type: Boolean Required: No 
- priorBuildSummaryList
- 
               An array of BuildSummaryobjects that contain summaries of previous build groups.Type: Array of BuildSummary objects Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: