stageStates property
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
Implementation
final List<StageState>? stageStates;
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
final List<StageState>? stageStates;