Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.TestCaseDto
Packages that use TestCaseDto
Package
Description
-
Uses of TestCaseDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return TestCaseDtoModifier and TypeMethodDescriptionTestCaseDto.addComponentsItem(JiraComponentDto componentsItem) TestCaseDto.addDependsOnItem(TestCaseDependencyDto dependsOnItem) TestCaseDto.addFlagsItem(TestCaseFlagsDto flagsItem) TestCaseDto.addLabelIdsItem(UUID labelIdsItem) TestCaseDto.addOrderItem(TestCaseOrderDto orderItem) TestCaseDto.addTestCaseRepeatCountsItem(TestCaseRepeatCountDto testCaseRepeatCountsItem) TestCaseDto.assignee(UserInfoDto assignee) TestCaseDto.components(List<JiraComponentDto> components) TestCaseDto.createdBy(UserInfoDto createdBy) TestCaseDto.createdWhen(OffsetDateTime createdWhen) TestCaseDto.datasetStorageUuid(UUID datasetStorageUuid) TestCaseDto.datasetUuid(UUID datasetUuid) TestCaseDto.dependsOn(List<TestCaseDependencyDto> dependsOn) TestCaseDto.description(String description) TestCaseDto.flags(List<TestCaseFlagsDto> flags) TestCaseDto.jiraTicket(String jiraTicket) TestCaseDto.lastRunStatus(String lastRunStatus) TestCaseDto.modifiedBy(UserInfoDto modifiedBy) TestCaseDto.modifiedWhen(OffsetDateTime modifiedWhen) TestCaseDto.order(List<TestCaseOrderDto> order) TestCaseDto.priority(PriorityDto priority) TestCaseDto.projectUuid(UUID projectUuid) TestCaseDto.status(TestCaseStatusDto status) TestCaseDto.testCaseRepeatCounts(List<TestCaseRepeatCountDto> testCaseRepeatCounts) TestCaseDto.testPlanUuid(UUID testPlanUuid) TestCaseDto.testScenarioUuid(UUID testScenarioUuid) -
Uses of TestCaseDto in org.qubership.atp.environments.service.rest.server.catalogue.generated
Methods in org.qubership.atp.environments.service.rest.server.catalogue.generated that return types with arguments of type TestCaseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestCaseDto>> ProjectControllerApi.getShortCasesByProjectId(UUID uuid) GET /catalog/api/v1/projects/{uuid}/testcases/short : getShortCasesByProjectId