Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CopyRequestDto
Packages that use CopyRequestDto
Package
Description
-
Uses of CopyRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type CopyRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.copyTestCases(@Valid CopyRequestDto copyRequestDto) POST /catalog/api/v1/testcases/copy : copyTestCasesorg.springframework.http.ResponseEntity<List<TestScenarioDto>> TestScenarioControllerApi.copyTestScenarios(@Valid CopyRequestDto copyRequestDto) POST /catalog/api/v1/testscenarios/copy : copyTestScenarios -
Uses of CopyRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CopyRequestDtoModifier and TypeMethodDescriptionCopyRequestDto.addItemsItem(UUID itemsItem) CopyRequestDto.testPlanId(UUID testPlanId)