Class DelegationService
- java.lang.Object
-
- com.chutneytesting.engine.domain.delegation.DelegationService
-
public class DelegationService extends Object
-
-
Constructor Summary
Constructors Constructor Description DelegationService(StepExecutor localStepExecutor, DelegationClient delegationClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepExecutorfindExecutor(Optional<Target> target)
-
-
-
Constructor Detail
-
DelegationService
public DelegationService(StepExecutor localStepExecutor, DelegationClient delegationClient)
-
-
Method Detail
-
findExecutor
public StepExecutor findExecutor(Optional<Target> target)
-
-