Uses of Class
org.gitlab4j.api.models.ImportStatus
Packages that use ImportStatus
-
Uses of ImportStatus in org.gitlab4j.api
Methods in org.gitlab4j.api that return ImportStatusModifier and TypeMethodDescriptionImportExportApi.getImportStatus
(Object projectIdOrPath) Get the status of an import.ImportExportApi.startImport
(Object namespaceIdOrPath, File exportFile, String path, Boolean overwrite, Project overrideParams) Import an exported project.