Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanDslMappingsResponseDto
Packages that use TestPlanDslMappingsResponseDto
Package
Description
-
Uses of TestPlanDslMappingsResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestPlanDslMappingsResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestPlanDslMappingsResponseDto> TestPlanControllerApi.getDslMappings(UUID testPlanId, @Valid TestPlanDslMappingsRequestDto testPlanDslMappingsRequestDto) POST /catalog/api/v1/testplans/{testPlanId}/dslMappings : getDslMappings -
Uses of TestPlanDslMappingsResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestPlanDslMappingsResponseDtoModifier and TypeMethodDescriptionTestPlanDslMappingsResponseDto.addTestCasesOutOfScopeItem(TestCaseItemDto testCasesOutOfScopeItem) TestPlanDslMappingsResponseDto.addTestScopesItem(TestScopeItemDto testScopesItem) TestPlanDslMappingsResponseDto.testCasesOutOfScope(List<TestCaseItemDto> testCasesOutOfScope) TestPlanDslMappingsResponseDto.testScopes(List<TestScopeItemDto> testScopes)