Uses of Class
com.thoughtworks.gauge.ExecutionContext
-
Packages that use ExecutionContext Package Description com.thoughtworks.gauge.execution com.thoughtworks.gauge.processor -
-
Uses of ExecutionContext in com.thoughtworks.gauge.execution
Methods in com.thoughtworks.gauge.execution that return ExecutionContext Modifier and Type Method Description ExecutionContextExecutionInfoMapper. executionInfoFrom(Messages.ExecutionInfo currentExecutionInfo)Constructors in com.thoughtworks.gauge.execution with parameters of type ExecutionContext Constructor Description HooksExecutor(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 ExecutionContext Modifier and Type Method Description Messages.MessageMethodExecutionMessageProcessor. executeHooks(List<Hook> hooks, Messages.Message message, ExecutionContext executionInfo)
-