BuildSummary
Contains summary information about a batch build group.
Contents
Note
In the following list, the required parameters are described first.
- arn
-
The batch build ARN.
Type: String
Required: No
- buildStatus
-
The status of the build group.
- FAILED
-
The build group failed.
- FAULT
-
The build group faulted.
- IN_PROGRESS
-
The build group is still in progress.
- STOPPED
-
The build group stopped.
- SUCCEEDED
-
The build group succeeded.
- TIMED_OUT
-
The build group timed out.
Type: String
Valid Values:
SUCCEEDED | FAILED | FAULT | TIMED_OUT | IN_PROGRESS | STOPPED
Required: No
- primaryArtifact
-
A
ResolvedArtifact
object that represents the primary build artifacts for the build group.Type: ResolvedArtifact object
Required: No
- requestedOn
-
When the build was started, expressed in Unix time format.
Type: Timestamp
Required: No
- secondaryArtifacts
-
An array of
ResolvedArtifact
objects that represents the secondary build artifacts for the build group.Type: Array of ResolvedArtifact objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: