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 ArchiveFormatArchiveFormat.fromExtension(String extension) Searches for the format which produces the providedextension, case-insensitively.ArchiveRequest.getFormat()Retrieves the format to create the archive in.static ArchiveFormatReturns 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