Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanEntitiesResponseDto
Packages that use TestPlanEntitiesResponseDto
Package
Description
-
Uses of TestPlanEntitiesResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestPlanEntitiesResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestPlanEntitiesResponseDto> TestPlanControllerApi.getEntitiesForCopyByTestPlan(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/enriched : getEntitiesForCopyByTestPlan -
Uses of TestPlanEntitiesResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestPlanEntitiesResponseDtoModifier and TypeMethodDescriptionTestPlanEntitiesResponseDto.addTestScopesItem(TestScopeDto testScopesItem) TestPlanEntitiesResponseDto.casesOutOfScope(TestCaseGroupResponseDto casesOutOfScope) TestPlanEntitiesResponseDto.scenariosOutOfCase(TestScenarioGroupResponseDto scenariosOutOfCase) TestPlanEntitiesResponseDto.testScopes(List<TestScopeDto> testScopes)