Uses of Class
org.gitlab4j.api.Constants.ArchiveFormat
-
Packages that use Constants.ArchiveFormat Package Description org.gitlab4j.api -
-
Uses of Constants.ArchiveFormat in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ArchiveFormat Modifier and Type Method Description static Constants.ArchiveFormat
Constants.ArchiveFormat. forValue(String value)
static Constants.ArchiveFormat
Constants.ArchiveFormat. valueOf(String name)
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.ArchiveFormat Modifier and Type Method Description File
RepositoryApi. 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.InputStream
RepositoryApi. getRepositoryArchive(Object projectIdOrPath, String sha, Constants.ArchiveFormat format)
Get an archive of the complete repository by SHA (optional).
-