Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.merge.GitMergeFastForward
Packages that use GitMergeFastForward
-
Uses of GitMergeFastForward in com.atlassian.bitbucket.scm.git.command.merge
Methods in com.atlassian.bitbucket.scm.git.command.merge that return GitMergeFastForwardModifier and TypeMethodDescriptionstatic GitMergeFastForwardReturns the enum constant of this class with the specified name.static GitMergeFastForward[]GitMergeFastForward.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.merge with parameters of type GitMergeFastForwardModifier and TypeMethodDescriptionGitMergeBuilderSupport.ff(GitMergeFastForward value) Sets the fast-forward mode to use when executinggit merge.GitSquashMergeBuilder.ff(GitMergeFastForward value) Sets the fast-forward mode to use when executinggit merge.