Interface TestExecutionModel
public interface TestExecutionModel
Represents a Test Execution in Zephyr Scale.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the ID of theTestExecutionModel
.getKey()
Gets the KEY of theTestExecutionModel
.Gets the STATUS_ID of theTestExecutionModel
.Gets the TEST_CASE_ID of theTestExecutionModel
.
-
Method Details
-
getId
Long getId()Gets the ID of theTestExecutionModel
.- Returns:
- the ID of the
TestExecutionModel
. - Since:
- 6.8.0
-
getKey
String getKey()Gets the KEY of theTestExecutionModel
.- Returns:
- the KEY of the
TestExecutionModel
. - Since:
- 6.8.0
-
getStatusId
Long getStatusId()Gets the STATUS_ID of theTestExecutionModel
.- Returns:
- the STATUS_ID of the
TestExecutionModel
. - Since:
- 6.8.0
-
getTestCaseId
Long getTestCaseId()Gets the TEST_CASE_ID of theTestExecutionModel
.- Returns:
- the TEST_CASE_ID of the
TestExecutionModel
. - Since:
- 6.8.0
-