Interface TestCaseStatusModel

All Superinterfaces:
StatusModel

public interface TestCaseStatusModel extends StatusModel
Represents a TestCaseStatus in Zephyr Scale.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns true if the Status is the 'Approved' Zephyr Scale system status, false otherwise.
    Returns true if the Status is the 'Deprecated' Zephyr Scale system status, false otherwise.
    Returns true if the Status is the 'Draft' Zephyr Scale system status, false otherwise.

    Methods inherited from interface com.adaptavist.tm4j.api.service.status.model.StatusModel

    getId, getName, isSystemDefault
  • Method Details

    • isDraft

      Boolean isDraft()
      Returns true if the Status is the 'Draft' Zephyr Scale system status, false otherwise.
      Returns:
      true if the Status is the 'Draft' Zephyr Scale system status, false otherwise.
      Since:
      6.8.0
    • isDeprecated

      Boolean isDeprecated()
      Returns true if the Status is the 'Deprecated' Zephyr Scale system status, false otherwise.
      Returns:
      true if the Status is the 'Deprecated' Zephyr Scale system status, false otherwise.
      Since:
      6.8.0
    • isApproved

      Boolean isApproved()
      Returns true if the Status is the 'Approved' Zephyr Scale system status, false otherwise.
      Returns:
      true if the Status is the 'Approved' Zephyr Scale system status, false otherwise.
      Since:
      6.8.0