Interface TestCycleModel
public interface TestCycleModel
Represents a Test Cycle in Zephyr.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the ID of theTestCycleModel.getKey()Gets the KEY of theTestCycleModel.Gets the STATUS_ID of theTestCycleModel.
-
Method Details
-
getId
Long getId()Gets the ID of theTestCycleModel.- Returns:
- the ID of the
TestCycleModel. - Since:
- 6.8.0
-
getKey
String getKey()Gets the KEY of theTestCycleModel.- Returns:
- the KEY of the
TestCycleModel. - Since:
- 6.8.0
-
getStatusId
Long getStatusId()Gets the STATUS_ID of theTestCycleModel.- Returns:
- the STATUS_ID of the
TestCycleModel. - Since:
- 6.8.0
-