Uses of Class
org.gitlab4j.api.Constants.ArchiveFormat
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
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). -
Uses of Constants.ArchiveFormat in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.ArchiveFormat Modifier and Type Method Description Constants.ArchiveFormat
Assets.Source. getFormat()
Methods in org.gitlab4j.api.models with parameters of type Constants.ArchiveFormat Modifier and Type Method Description void
Assets.Source. setFormat(Constants.ArchiveFormat format)