Uses of Class
org.gitlab4j.api.models.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 ImportStatusImportExportApi. getImportStatus(Object projectIdOrPath)Get the status of an import.ImportStatusImportExportApi. startImport(Object namespaceIdOrPath, File exportFile, String path, Boolean overwrite, Project overrideParams)Import an exported project.