StageExecution class
Represents information about the run of a stage.
Constructors
- StageExecution({required String pipelineExecutionId, required StageExecutionStatus status})
- 
          StageExecution.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- pipelineExecutionId → String
- 
  The ID of the pipeline execution associated with the stage.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status → StageExecutionStatus
- 
  The status of the stage, or for a completed stage, the last status of the
stage.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited