Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CloneTestPlanRequestDto
Packages that use CloneTestPlanRequestDto
Package
Description
-
Uses of CloneTestPlanRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type CloneTestPlanRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UUID> TestPlanControllerApi.cloneTestPlan(@Valid CloneTestPlanRequestDto cloneTestPlanRequestDto) POST /catalog/api/v1/testplans/clone : cloneTestPlan -
Uses of CloneTestPlanRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CloneTestPlanRequestDtoModifier and TypeMethodDescriptionCloneTestPlanRequestDto.addDataSetListIdsItem(UUID dataSetListIdsItem) CloneTestPlanRequestDto.addTestCaseOutOfScopeIdsItem(UUID testCaseOutOfScopeIdsItem) CloneTestPlanRequestDto.addTestScenarioOutOfCaseIdsItem(UUID testScenarioOutOfCaseIdsItem) CloneTestPlanRequestDto.addTestScopeIdsItem(UUID testScopeIdsItem) CloneTestPlanRequestDto.dataSetListIds(Set<UUID> dataSetListIds) CloneTestPlanRequestDto.newDataSetStorageName(String newDataSetStorageName) CloneTestPlanRequestDto.newQaDslName(String newQaDslName) CloneTestPlanRequestDto.projectUuid(UUID projectUuid) CloneTestPlanRequestDto.setPostfix(Boolean setPostfix) CloneTestPlanRequestDto.testCaseOutOfScopeIds(Set<UUID> testCaseOutOfScopeIds) CloneTestPlanRequestDto.testPlanId(UUID testPlanId) CloneTestPlanRequestDto.testScenarioOutOfCaseIds(Set<UUID> testScenarioOutOfCaseIds) CloneTestPlanRequestDto.testScopeIds(Set<UUID> testScopeIds) CloneTestPlanRequestDto.updateReferences(Boolean updateReferences)