Class RemoteStepExecutor
- java.lang.Object
-
- com.chutneytesting.engine.domain.delegation.RemoteStepExecutor
-
- All Implemented Interfaces:
StepExecutor
public class RemoteStepExecutor extends Object implements StepExecutor
-
-
Constructor Summary
Constructors Constructor Description RemoteStepExecutor(DelegationClient delegationClient, NamedHostAndPort agentInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ScenarioExecution scenarioExecution, StepContext localStepContext, Target target, Step step)
-
-
-
Constructor Detail
-
RemoteStepExecutor
public RemoteStepExecutor(DelegationClient delegationClient, NamedHostAndPort agentInfo)
-
-
Method Detail
-
execute
public void execute(ScenarioExecution scenarioExecution, StepContext localStepContext, Target target, Step step)
- Specified by:
executein interfaceStepExecutor
-
-