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