| Modifier and Type | Method and Description |
|---|---|
ServiceResult<TestCaseStatusModel> |
StatusService.getTestCaseStatusModelById(String userKey,
Long statusId)
Retrieves the TestCaseStatus as a
TestCaseStatusModel with the given statusId. |
ServiceResult<TestCycleStatusModel> |
StatusService.getTestCycleStatusModelById(String userKey,
Long statusId)
Retrieves the TestCycleStatus as a
TestCycleStatusModel with the given statusId. |
ServiceResult<TestExecutionStatusModel> |
StatusService.getTestExecutionStatusModelById(String userKey,
Long statusId)
Retrieves the TestExecutionStatus as a
TestExecutionStatusModel with the given statusId. |
| Modifier and Type | Method and Description |
|---|---|
ServiceResult<TestCaseModel> |
TestCaseService.getTestCaseModelById(String userKey,
Long testCaseId)
Retrieves the Test Case as a
TestCaseModel with the given id. |
| Modifier and Type | Method and Description |
|---|---|
ServiceResult<TestCycleModel> |
TestCycleService.getTestCycleModelById(String userKey,
Long testCycleId)
Retrieves the Test Cycle as a
TestCycleModel with the given id. |
| Modifier and Type | Method and Description |
|---|---|
ServiceResult<TestExecutionModel> |
TestExecutionService.getTestExecutionModelById(String userKey,
Long testExecutionId)
Retrieves the Test Execution as a
TestExecutionModel with the given id. |
| Modifier and Type | Method and Description |
|---|---|
ServiceResult<Long> |
TraceLinkService.getTestCaseTraceLinkCountByIssueId(String userKey,
Long issueId)
Returns the number of TraceLinks between an Issue and TestCase that exist for the provided issueId.
|
ServiceResult<List<TraceLinkModel>> |
TraceLinkService.getTraceLinkModelsByTestCaseId(String userKey,
Long testCaseId)
Returns a
List of TraceLinkModel related to a given testCaseId. |
ServiceResult<List<TraceLinkModel>> |
TraceLinkService.getTraceLinkModelsByTestCycleId(String userKey,
Long testCycleId)
Returns a
List of TraceLinkModel related to a given testCycleId. |
ServiceResult<List<TraceLinkModel>> |
TraceLinkService.getTraceLinkModelsByTestExecutionId(String userKey,
Long testExecutionId)
Returns a
List of TraceLinkModel related to a given testExecutionId. |
Copyright © 2020. All rights reserved.