Class ScenarioExecutionEngineAsync


  • public class ScenarioExecutionEngineAsync
    extends Object
    • Method Detail

      • execute

        public Long execute​(ExecutionRequest executionRequest,
                            Optional<org.apache.commons.lang3.tuple.Pair<String,​Integer>> executionDataSet)
        Execute a test case with ExecutionEngine and store StepExecutionReport.
        Parameters:
        executionRequest - with the test case to execute and the environment chosen
        Returns:
        execution id.
      • stop

        public void stop​(String scenarioId,
                         Long executionId)
      • pause

        public void pause​(String scenarioId,
                          Long executionId)
      • resume

        public void resume​(String scenarioId,
                           Long executionId)
      • setRetentionDelaySeconds

        public void setRetentionDelaySeconds​(long retentionDelaySeconds)
      • setDebounceMilliSeconds

        public void setDebounceMilliSeconds​(long debounceMilliSeconds)