Interface TestCycleStatusModel
- All Superinterfaces:
StatusModel
Represents a Test Cycle Status in Zephyr.
-
Method Summary
Modifier and TypeMethodDescriptionisDone()
Returns true if the Status is the 'Done' Zephyr system status, false otherwise.Returns true if the Status is the 'In Progress' Zephyr system status, false otherwise.Returns true if the Status is the 'Not Executed' Zephyr system status, false otherwise.Methods inherited from interface com.adaptavist.tm4j.api.service.status.model.StatusModel
getId, getName, isSystemDefault
-
Method Details
-
isNotExecuted
Boolean isNotExecuted()Returns true if the Status is the 'Not Executed' Zephyr system status, false otherwise.- Returns:
- true if the Status is the 'Not Executed' Zephyr system status, false otherwise.
- Since:
- 6.8.0
-
isInProgress
Boolean isInProgress()Returns true if the Status is the 'In Progress' Zephyr system status, false otherwise.- Returns:
- true if the Status is the 'In Progress' Zephyr system status, false otherwise.
- Since:
- 6.8.0
-
isDone
Boolean isDone()Returns true if the Status is the 'Done' Zephyr system status, false otherwise.- Returns:
- true if the Status is the 'Done' Zephyr system status, false otherwise.
- Since:
- 6.8.0
-