Class StagedRun
Namespace: Unity.AutomatedQA
Syntax
public class StagedRun : ScriptableObject
Fields
stages
Declaration
public List<StagedRun.Stage> stages
Field Value
Type | Description |
---|---|
List<StagedRun.Stage> |
Methods
CalculateStageSequences()
Wrapper for stage sequence calculation
Declaration
public List<List<AutomatorConfig>> CalculateStageSequences()
Returns
Type | Description |
---|---|
List<List<AutomatorConfig>> |