Uses of Enum
org.gitlab4j.api.models.ImportStatus.Status
Packages that use ImportStatus.Status
-
Uses of ImportStatus.Status in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return ImportStatus.StatusModifier and TypeMethodDescriptionstatic ImportStatus.Status
ImportStatus.getImportStatus()
Project.getImportStatus()
static ImportStatus.Status
Returns the enum constant of this type with the specified name.static ImportStatus.Status[]
ImportStatus.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type ImportStatus.StatusModifier and TypeMethodDescriptionvoid
ImportStatus.setImportStatus
(ImportStatus.Status importStatus) void
Project.setImportStatus
(ImportStatus.Status importStatus)