Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanDslMappingsRequestDto
Packages that use TestPlanDslMappingsRequestDto
Package
Description
-
Uses of TestPlanDslMappingsRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestPlanDslMappingsRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestPlanDslMappingsResponseDto> TestPlanControllerApi.getDslMappings(UUID testPlanId, @Valid TestPlanDslMappingsRequestDto testPlanDslMappingsRequestDto) POST /catalog/api/v1/testplans/{testPlanId}/dslMappings : getDslMappings -
Uses of TestPlanDslMappingsRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestPlanDslMappingsRequestDtoModifier and TypeMethodDescriptionTestPlanDslMappingsRequestDto.addTestCaseOutOfScopeIdsItem(UUID testCaseOutOfScopeIdsItem) TestPlanDslMappingsRequestDto.addTestScopeIdsItem(UUID testScopeIdsItem) TestPlanDslMappingsRequestDto.testCaseOutOfScopeIds(List<UUID> testCaseOutOfScopeIds) TestPlanDslMappingsRequestDto.testScopeIds(List<UUID> testScopeIds)