buildStatus property
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.
Implementation
final StatusType? buildStatus;