Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.fetch.GitFetchTagMode
Packages that use GitFetchTagMode
-
Uses of GitFetchTagMode in com.atlassian.bitbucket.scm.git.command.fetch
Methods in com.atlassian.bitbucket.scm.git.command.fetch that return GitFetchTagModeModifier and TypeMethodDescriptionstatic GitFetchTagModeReturns the enum constant of this class with the specified name.static GitFetchTagMode[]GitFetchTagMode.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.fetch with parameters of type GitFetchTagModeModifier and TypeMethodDescriptionGitFetchBuilder.tags(GitFetchTagMode value) Specifies--tagsor--no-tags, to control whethergit fetchfetches tags, and which tags it fetches.