Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseGroupDto
Packages that use TestCaseGroupDto
Package
Description
-
Uses of TestCaseGroupDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestCaseGroupDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestCaseGroupDto>> TestPlanControllerApi.getAllNameByTestPlanId(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/testcasegroups/short : getAllNameByTestPlanIdorg.springframework.http.ResponseEntity<List<TestCaseGroupDto>> TestPlanControllerApi.getTestCaseGroupedByTestPlanId(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/testcasegroups : getTestCaseGroupedByTestPlanIdorg.springframework.http.ResponseEntity<List<TestCaseGroupDto>> ProjectControllerApi.getTestCaseGroupNamesByProjectId(UUID uuid, @NotNull @Valid UUID testPlanId) GET /catalog/api/v1/projects/{uuid}/testcasegroups/short : getTestCaseGroupNamesByProjectIdorg.springframework.http.ResponseEntity<List<TestCaseGroupDto>> ProjectControllerApi.getTestCaseGroupsByProjectId(@Valid UUID projectId) GET /catalog/api/v1/projects/testcasegroups : getTestCaseGroupsByProjectId -
Uses of TestCaseGroupDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseGroupDtoModifier and TypeMethodDescriptionTestCaseGroupDto.addChildrenOperationsItem(ObjectOperationDto childrenOperationsItem) TestCaseGroupDto.childrenOperations(List<ObjectOperationDto> childrenOperations) TestCaseGroupDto.createdBy(UserInfoResDto createdBy) TestCaseGroupDto.createdWhen(OffsetDateTime createdWhen) TestCaseGroupDto.description(String description) TestCaseGroupDto.modifiedBy(UserInfoResDto modifiedBy) TestCaseGroupDto.modifiedWhen(OffsetDateTime modifiedWhen) TestCaseGroupDto.parentGroupId(UUID parentGroupId) TestCaseGroupDto.testPlanId(UUID testPlanId)