Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.exportimport.remoteimport.ChainCommitRequest
Packages that use ChainCommitRequest
-
Uses of ChainCommitRequest in org.qubership.integration.platform.runtime.catalog.service.exportimport
Method parameters in org.qubership.integration.platform.runtime.catalog.service.exportimport with type arguments of type ChainCommitRequestModifier and TypeMethodDescriptionChainImportService.importChains(File importDirectory, List<ChainCommitRequest> commitRequests, String importId, Set<String> technicalLabels, boolean validateByHash) ImportService.importFile(org.springframework.web.multipart.MultipartFile file, List<ChainCommitRequest> commitRequests, Set<String> technicalLabels) Deprecated.ImportService.importFileAsync(org.springframework.web.multipart.MultipartFile file, List<ChainCommitRequest> commitRequests, Set<String> technicalLabels) Deprecated.ImportService.restoreChainFromDir(File chainFilesDir, List<ChainCommitRequest> commitRequests, Set<String> technicalLabels) Deprecated.ImportService.restoreChainFromYaml(String yaml, File chainFilesDir, List<ChainCommitRequest> commitRequests, Set<String> technicalLabels) Deprecated.ChainImportService.restoreChainsFromDirBackward(File importDirectory, List<ChainCommitRequest> commitRequests, String importId, Set<String> technicalLabels) Deprecated.