Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestScopesCopyRequestDto
Packages that use TestScopesCopyRequestDto
Package
Description
-
Uses of TestScopesCopyRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestScopesCopyRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestScopeControllerApi.copyTestScopes(@Valid TestScopesCopyRequestDto testScopesCopyRequestDto) GET /catalog/api/v1/testscopes/copy : copyTestScopes -
Uses of TestScopesCopyRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScopesCopyRequestDtoModifier and TypeMethodDescriptionTestScopesCopyRequestDto.addCompoundsItem(CompoundCopyItemDto compoundsItem) TestScopesCopyRequestDto.addItemsItem(ItemDto itemsItem) TestScopesCopyRequestDto.compounds(List<CompoundCopyItemDto> compounds) TestScopesCopyRequestDto.copyCompounds(Boolean copyCompounds) TestScopesCopyRequestDto.copyDatasets(Boolean copyDatasets) TestScopesCopyRequestDto.setPostfix(Boolean setPostfix) TestScopesCopyRequestDto.sourceTestPlanId(UUID sourceTestPlanId) TestScopesCopyRequestDto.targetTestPlanId(UUID targetTestPlanId)