| Package | Description |
|---|---|
| com.atlassian.bitbucket.content | |
| com.atlassian.bitbucket.nav | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Method and Description |
|---|---|
static ArchiveFormat |
ArchiveFormat.fromExtension(String extension)
Searches for the format which produces the provided
extension, case-insensitively. |
ArchiveFormat |
ArchiveRequest.getFormat()
Retrieves the format to create the archive in.
|
static ArchiveFormat |
ArchiveFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveFormat[] |
ArchiveFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveRequest.Builder |
ArchiveRequest.Builder.format(ArchiveFormat value) |
| Modifier and Type | Method and Description |
|---|---|
NavBuilder.RepoArchive |
NavBuilder.RepoArchive.format(ArchiveFormat value) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveFormat |
ArchiveCommandParameters.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveCommandParameters.Builder |
ArchiveCommandParameters.Builder.format(ArchiveFormat value) |
Copyright © 2019 Atlassian. All rights reserved.