Uses of Enum Class
org.miaixz.bus.gitlab.Constants.ArchiveFormat
Packages that use Constants.ArchiveFormat
-
Uses of Constants.ArchiveFormat in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.ArchiveFormatModifier and TypeMethodDescriptionstatic Constants.ArchiveFormatstatic Constants.ArchiveFormatReturns the enum constant of this class with the specified name.static Constants.ArchiveFormat[]Constants.ArchiveFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab with parameters of type Constants.ArchiveFormatModifier and TypeMethodDescriptionRepositoryApi.getRepositoryArchive(Object projectIdOrPath, String sha, File directory, Constants.ArchiveFormat format) Deprecated.RepositoryApi.getRepositoryArchive(Object projectIdOrPath, String sha, Constants.ArchiveFormat format) RepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params, File directory, Constants.ArchiveFormat format) Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.RepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params, Constants.ArchiveFormat format) Get an archive of the complete repository by SHA (optional) and Path (optional). -
Uses of Constants.ArchiveFormat in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.ArchiveFormatMethods in org.miaixz.bus.gitlab.models with parameters of type Constants.ArchiveFormat
RepositoryApi.getRepositoryArchive(Object, RepositoryArchiveParams, File, ArchiveFormat)