Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCasesCopyRequestDto
Packages that use TestCasesCopyRequestDto
Package
Description
-
Uses of TestCasesCopyRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestCasesCopyRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.copyTestCasesWithScenarios(@Valid TestCasesCopyRequestDto testCasesCopyRequestDto) GET /catalog/api/v1/testcases/testscenarios/copy : copyTestCasesWithScenarios -
Uses of TestCasesCopyRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCasesCopyRequestDtoModifier and TypeMethodDescriptionTestCasesCopyRequestDto.addCompoundsItem(CompoundCopyItemDto compoundsItem) TestCasesCopyRequestDto.addTestCaseFolderIdsItem(String testCaseFolderIdsItem) TestCasesCopyRequestDto.addTestCaseIdsItem(String testCaseIdsItem) TestCasesCopyRequestDto.compounds(List<CompoundCopyItemDto> compounds) TestCasesCopyRequestDto.copyCompounds(Boolean copyCompounds) TestCasesCopyRequestDto.copyDatasets(Boolean copyDatasets) TestCasesCopyRequestDto.setPostfix(Boolean setPostfix) TestCasesCopyRequestDto.sourceTestPlanId(UUID sourceTestPlanId) TestCasesCopyRequestDto.targetCaseFolderId(UUID targetCaseFolderId) TestCasesCopyRequestDto.targetScenarioFolderId(UUID targetScenarioFolderId) TestCasesCopyRequestDto.targetTestPlanId(UUID targetTestPlanId) TestCasesCopyRequestDto.testCaseFolderIds(List<String> testCaseFolderIds) TestCasesCopyRequestDto.testCaseIds(List<String> testCaseIds)