Interface TestCycleService
public interface TestCycleService
Responsible for all management of
TestCycleModel models within Zephyr.-
Method Summary
Modifier and TypeMethodDescriptiongetTestCycleModelById(String userKey, Long testCycleId) Retrieves the Test Cycle as aTestCycleModelwith the given id.
-
Method Details
-
getTestCycleModelById
Retrieves the Test Cycle as aTestCycleModelwith 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
ServiceResultcontaining aTestCycleModelwith the relevant fields of the TestCycle. The result will also contains aValidationResultthat will contain any validation messages that may have been generated when performing the operation. - Since:
- 6.8.0
-