Uses of Interface
com.thoughtworks.gauge.execution.ExecutionStage
Packages that use ExecutionStage
-
Uses of ExecutionStage in com.thoughtworks.gauge.execution
Classes in com.thoughtworks.gauge.execution that implement ExecutionStageModifier and TypeClassDescriptionclassclassclassMethods in com.thoughtworks.gauge.execution that return ExecutionStageModifier and TypeMethodDescriptionprotected abstract ExecutionStageAbstractExecutionStage.next()protected ExecutionStageHookExecutionStage.next()protected ExecutionStageStepExecutionStage.next()Methods in com.thoughtworks.gauge.execution with parameters of type ExecutionStageModifier and TypeMethodDescriptionvoidExecutionPipeline.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