Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.TestCaseGroupDto
Packages that use TestCaseGroupDto
Package
Description
-
Uses of TestCaseGroupDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return TestCaseGroupDtoModifier and TypeMethodDescriptionTestCaseGroupDto.addChildrenOperationsItem(ObjectOperationDto childrenOperationsItem) TestCaseGroupDto.childrenOperations(List<ObjectOperationDto> childrenOperations) TestCaseGroupDto.createdBy(UserInfoDto createdBy) TestCaseGroupDto.createdWhen(OffsetDateTime createdWhen) TestCaseGroupDto.description(String description) TestCaseGroupDto.modifiedBy(UserInfoDto modifiedBy) TestCaseGroupDto.modifiedWhen(OffsetDateTime modifiedWhen) TestCaseGroupDto.parentGroupId(UUID parentGroupId) TestCaseGroupDto.testPlanId(UUID testPlanId) -
Uses of TestCaseGroupDto 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 TestCaseGroupDtoModifier and TypeMethodDescriptionorg.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