Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.archive.GitArchiveFormat
Packages that use GitArchiveFormat
-
Uses of GitArchiveFormat in com.atlassian.bitbucket.scm.git.command.archive
Methods in com.atlassian.bitbucket.scm.git.command.archive that return GitArchiveFormatModifier and TypeMethodDescriptionstatic GitArchiveFormatGitArchiveFormat.fromArchiveFormat(com.atlassian.bitbucket.content.ArchiveFormat format) static GitArchiveFormatReturns the enum constant of this class with the specified name.static GitArchiveFormat[]GitArchiveFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.scm.git.command.archive with parameters of type GitArchiveFormatModifier and TypeMethodDescriptionGitArchiveBuilder.format(GitArchiveFormat value) Specifies the format for the generated archive.