Package com.thoughtworks.gauge.execution
Class HookExecutionStage
java.lang.Object
com.thoughtworks.gauge.execution.AbstractExecutionStage
com.thoughtworks.gauge.execution.HookExecutionStage
- All Implemented Interfaces:
ExecutionStage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(Spec.ProtoExecutionResult result) protected ExecutionStagenext()voidsetNextStage(ExecutionStage stage) Methods inherited from class com.thoughtworks.gauge.execution.AbstractExecutionStage
executeNext, mergeExecResults
-
Constructor Details
-
HookExecutionStage
-
-
Method Details
-
setNextStage
-
execute
-
next
- Specified by:
nextin classAbstractExecutionStage
-