Package com.thoughtworks.gauge.execution
Class AbstractExecutionStage
java.lang.Object
com.thoughtworks.gauge.execution.AbstractExecutionStage
- All Implemented Interfaces:
ExecutionStage
- Direct Known Subclasses:
HookExecutionStage,StepExecutionStage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteNext(Spec.ProtoExecutionResult previousStageResult) protected Spec.ProtoExecutionResultmergeExecResults(Spec.ProtoExecutionResult previousStageResult, Spec.ProtoExecutionResult execResult) protected abstract ExecutionStagenext()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.gauge.execution.ExecutionStage
execute, setNextStage
-
Constructor Details
-
AbstractExecutionStage
public AbstractExecutionStage()
-
-
Method Details
-
executeNext
- Specified by:
executeNextin interfaceExecutionStage
-
mergeExecResults
protected Spec.ProtoExecutionResult mergeExecResults(Spec.ProtoExecutionResult previousStageResult, Spec.ProtoExecutionResult execResult) -
next
-