Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
RepositoryApi.getRepositoryArchive(Object projectIdOrPath,
String sha,
Constants.ArchiveFormat format)
Get an archive of the complete repository by SHA (optional).
|
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.
|
Copyright © 2019. All rights reserved.