Interface StatusModel
- All Known Subinterfaces:
TestCaseStatusModel
,TestCycleStatusModel
,TestExecutionStatusModel
public interface StatusModel
Represents a Status in Zephyr Scale for the following models: Test Case, Test Cycle, Test Plan, Test Execution or Test Execution Step.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the ID of theStatusModel
.getName()
Gets the NAME of theStatusModel
.Returns true if the Status is a System Default Zephyr Scale status, false otherwise.
-
Method Details
-
getId
Long getId()Gets the ID of theStatusModel
.- Returns:
- the ID of the
StatusModel
. - Since:
- 6.8.0
-
getName
String getName()Gets the NAME of theStatusModel
.- Returns:
- the NAME of the
StatusModel
. - Since:
- 6.8.0
-
isSystemDefault
Boolean isSystemDefault()Returns true if the Status is a System Default Zephyr Scale status, false otherwise.- Returns:
- true if the Status is a System Default Zephyr Scale status, false otherwise.
- Since:
- 6.8.0
-