Package com.thoughtworks.gauge.execution
Interface ExecutionStage
- All Known Implementing Classes:
AbstractExecutionStage,HookExecutionStage,StepExecutionStage
public interface ExecutionStage
-
Method Summary
Modifier and TypeMethodDescriptionexecute(Spec.ProtoExecutionResult result) executeNext(Spec.ProtoExecutionResult stageResult) voidsetNextStage(ExecutionStage stage)
-
Method Details
-
setNextStage
-
execute
-
executeNext
-