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