Uses of Interface
com.adaptavist.tm4j.api.service.common.ServiceResult
Package
Description
-
Uses of ServiceResult in com.adaptavist.tm4j.api.service.status
Modifier and TypeMethodDescriptionStatusService.getTestCaseStatusModelById
(String userKey, Long statusId) Retrieves the TestCaseStatus as aTestCaseStatusModel
with the given statusId.StatusService.getTestCycleStatusModelById
(String userKey, Long statusId) Retrieves the TestCycleStatus as aTestCycleStatusModel
with the given statusId.StatusService.getTestExecutionStatusModelById
(String userKey, Long statusId) Retrieves the TestExecutionStatus as aTestExecutionStatusModel
with the given statusId. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.testcase
Modifier and TypeMethodDescriptionTestCaseService.getTestCaseModelById
(String userKey, Long testCaseId) Retrieves the Test Case as aTestCaseModel
with the given id. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.testcycle
Modifier and TypeMethodDescriptionTestCycleService.getTestCycleModelById
(String userKey, Long testCycleId) Retrieves the Test Cycle as aTestCycleModel
with the given id. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.testexecution
Modifier and TypeMethodDescriptionTestExecutionService.getTestExecutionModelById
(String userKey, Long testExecutionId) Retrieves the Test Execution as aTestExecutionModel
with the given id. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.tracelink
Modifier and TypeMethodDescriptionTraceLinkService.getTestCaseTraceLinkCountByIssueId
(String userKey, Long issueId) Returns the number of TraceLinks between an Issue and TestCase that exist for the provided issueId.TraceLinkService.getTraceLinkModelsByTestCaseId
(String userKey, Long testCaseId) Returns aList
ofTraceLinkModel
related to a given testCaseId.TraceLinkService.getTraceLinkModelsByTestCycleId
(String userKey, Long testCycleId) Returns aList
ofTraceLinkModel
related to a given testCycleId.TraceLinkService.getTraceLinkModelsByTestExecutionId
(String userKey, Long testExecutionId) Returns aList
ofTraceLinkModel
related to a given testExecutionId.