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