Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
Decision com.griddynamics.jagger.engine.e1.services.data.service.TestEntity.getTestExecutionStatus ( )

Get status of execution of this test.

FATAL when test failed during execution (f.e. due to some workload configuration timeout)

Definition at line 96 of file TestEntity.java.

96  {
97  return testExecutionStatus;
98  }