public interface TestCycleService
TestCycleModel models within TM4J.| Modifier and Type | Method and Description |
|---|---|
ServiceResult<TestCycleModel> |
getTestCycleModelById(String userKey,
Long testCycleId)
Retrieves the Test Cycle as a
TestCycleModel with the given id. |
ServiceResult<TestCycleModel> getTestCycleModelById(String userKey, Long testCycleId)
TestCycleModel with the given id.userKey - an identifier that uniquely identifies a user which is performing the action.testCycleId - the ID of the Test Cycle.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.Copyright © 2020. All rights reserved.