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 Details

    • getId

      Long getId()
      Gets the ID of the StatusModel.
      Returns:
      the ID of the StatusModel.
      Since:
      6.8.0
    • getName

      String getName()
      Gets the NAME of the StatusModel.
      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