Uses of Enum Class
com.atlassian.bitbucket.content.ArchiveFormat
Packages that use ArchiveFormat
Package
Description
-
Uses of ArchiveFormat in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return ArchiveFormatModifier and TypeMethodDescriptionstatic ArchiveFormat
ArchiveFormat.fromExtension
(String extension) Searches for the format which produces the providedextension
, case-insensitively.ArchiveRequest.getFormat()
Retrieves the format to create the archive in.static ArchiveFormat
Returns the enum constant of this class with the specified name.static ArchiveFormat[]
ArchiveFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.content with parameters of type ArchiveFormat -
Uses of ArchiveFormat in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return ArchiveFormatMethods in com.atlassian.bitbucket.scm with parameters of type ArchiveFormat