stageStates property

List<StageState>? stageStates
final

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;