Uses of Interface
com.thoughtworks.gauge.execution.ExecutionStage
-
Packages that use ExecutionStage Package Description com.thoughtworks.gauge.execution -
-
Uses of ExecutionStage in com.thoughtworks.gauge.execution
Classes in com.thoughtworks.gauge.execution that implement ExecutionStage Modifier and Type Class Description classAbstractExecutionStageclassHookExecutionStageclassStepExecutionStageMethods in com.thoughtworks.gauge.execution that return ExecutionStage Modifier and Type Method Description protected abstract ExecutionStageAbstractExecutionStage. next()protected ExecutionStageHookExecutionStage. next()protected ExecutionStageStepExecutionStage. next()Methods in com.thoughtworks.gauge.execution with parameters of type ExecutionStage Modifier and Type Method Description voidExecutionPipeline. addStages(ExecutionStage... stages)voidExecutionStage. setNextStage(ExecutionStage stage)voidHookExecutionStage. setNextStage(ExecutionStage stage)voidStepExecutionStage. setNextStage(ExecutionStage stage)Constructors in com.thoughtworks.gauge.execution with parameters of type ExecutionStage Constructor Description ExecutionPipeline(ExecutionStage firstStage)
-