Uses of Interface
com.adaptavist.tm4j.api.service.common.ServiceResult
Packages that use ServiceResult
Package
Description
-
Uses of ServiceResult in com.adaptavist.tm4j.api.service.status
Methods in com.adaptavist.tm4j.api.service.status that return ServiceResultModifier and TypeMethodDescriptionStatusService.getTestCaseStatusModelById(String userKey, Long statusId) Retrieves the TestCaseStatus as aTestCaseStatusModelwith the given statusId.StatusService.getTestCycleStatusModelById(String userKey, Long statusId) Retrieves the TestCycleStatus as aTestCycleStatusModelwith the given statusId.StatusService.getTestExecutionStatusModelById(String userKey, Long statusId) Retrieves the TestExecutionStatus as aTestExecutionStatusModelwith the given statusId. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.testcase
Methods in com.adaptavist.tm4j.api.service.testcase that return ServiceResultModifier and TypeMethodDescriptionTestCaseService.getTestCaseModelById(String userKey, Long testCaseId) Retrieves the Test Case as aTestCaseModelwith the given id. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.testcycle
Methods in com.adaptavist.tm4j.api.service.testcycle that return ServiceResultModifier and TypeMethodDescriptionTestCycleService.getTestCycleModelById(String userKey, Long testCycleId) Retrieves the Test Cycle as aTestCycleModelwith the given id. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.testexecution
Methods in com.adaptavist.tm4j.api.service.testexecution that return ServiceResultModifier and TypeMethodDescriptionTestExecutionService.getTestExecutionModelById(String userKey, Long testExecutionId) Retrieves the Test Execution as aTestExecutionModelwith the given id. -
Uses of ServiceResult in com.adaptavist.tm4j.api.service.tracelink
Methods in com.adaptavist.tm4j.api.service.tracelink that return ServiceResultModifier 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 aListofTraceLinkModelrelated to a given testCaseId.TraceLinkService.getTraceLinkModelsByTestCycleId(String userKey, Long testCycleId) Returns aListofTraceLinkModelrelated to a given testCycleId.TraceLinkService.getTraceLinkModelsByTestExecutionId(String userKey, Long testExecutionId) Returns aListofTraceLinkModelrelated to a given testExecutionId.