Uses of Class
com.thoughtworks.gauge.ExecutionContext
Packages that use ExecutionContext
-
Uses of ExecutionContext in com.thoughtworks.gauge.execution
Methods in com.thoughtworks.gauge.execution that return ExecutionContextModifier and TypeMethodDescriptionExecutionInfoMapper.executionInfoFrom(Messages.ExecutionInfo currentExecutionInfo) Constructors in com.thoughtworks.gauge.execution with parameters of type ExecutionContextModifierConstructorDescriptionHooksExecutor(List<Hook> hooks, ExecutionContext executionInfo, ClassInstanceManager manager) -
Uses of ExecutionContext in com.thoughtworks.gauge.processor
Methods in com.thoughtworks.gauge.processor with parameters of type ExecutionContextModifier and TypeMethodDescriptionMethodExecutionMessageProcessor.executeHooks(List<Hook> hooks, Messages.Message message, ExecutionContext executionInfo)