Class ExecutionManager
- java.lang.Object
-
- com.chutneytesting.engine.domain.execution.ExecutionManager
-
public class ExecutionManager extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpauseExecution(Long executionId)voidresumeExecution(Long executionId)voidstopExecution(Long executionId)
-