Interface TestCycleService


public interface TestCycleService
Responsible for all management of TestCycleModel models within Zephyr Scale.
  • Method Details

    • getTestCycleModelById

      ServiceResult<TestCycleModel> getTestCycleModelById(String userKey, Long testCycleId)
      Retrieves the Test Cycle as a TestCycleModel with the given id.
      Parameters:
      userKey - an identifier that uniquely identifies a user which is performing the action.
      testCycleId - the ID of the Test Cycle.
      Returns:
      a ServiceResult containing a TestCycleModel with the relevant fields of the TestCycle. The result will also contains a ValidationResult that will contain any validation messages that may have been generated when performing the operation.
      Since:
      6.8.0