Interface TestExecutionStatusModel
- All Superinterfaces:
StatusModel
Represents a Test Execution Status in Zephyr Scale.
-
Method Summary
Modifier and TypeMethodDescriptionReturns true if the Status is the 'Blocked' Zephyr Scale system status, false otherwise.isFail()
Returns true if the Status is the 'Fail' Zephyr Scale system status, false otherwise.Returns true if the Status is the 'In Progress' Zephyr Scale system status, false otherwise.Returns true if the Status is the 'Not Executed' Zephyr Scale system status, false otherwise.isPass()
Returns true if the Status is the 'Pass' Zephyr Scale 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 Scale system status, false otherwise.- Returns:
- true if the Status is the 'Not Executed' Zephyr Scale system status, false otherwise.
- Since:
- 6.8.0
-
isInProgress
Boolean isInProgress()Returns true if the Status is the 'In Progress' Zephyr Scale system status, false otherwise.- Returns:
- true if the Status is the 'In Progress' Zephyr Scale system status, false otherwise.
- Since:
- 6.8.0
-
isPass
Boolean isPass()Returns true if the Status is the 'Pass' Zephyr Scale system status, false otherwise.- Returns:
- true if the Status is the 'Pass' Zephyr Scale system status, false otherwise.
- Since:
- 6.8.0
-
isFail
Boolean isFail()Returns true if the Status is the 'Fail' Zephyr Scale system status, false otherwise.- Returns:
- true if the Status is the 'Fail' Zephyr Scale system status, false otherwise.
- Since:
- 6.8.0
-
isBlocked
Boolean isBlocked()Returns true if the Status is the 'Blocked' Zephyr Scale system status, false otherwise.- Returns:
- true if the Status is the 'Blocked' Zephyr Scale system status, false otherwise.
- Since:
- 6.8.0
-