Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.merge.GitMergeVerify
Packages that use GitMergeVerify
-
Uses of GitMergeVerify in com.atlassian.bitbucket.scm.git.command.merge
Methods in com.atlassian.bitbucket.scm.git.command.merge that return GitMergeVerifyModifier and TypeMethodDescriptionstatic GitMergeVerifyReturns the enum constant of this class with the specified name.static GitMergeVerify[]GitMergeVerify.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 GitMergeVerifyModifier and TypeMethodDescriptionGitMergeBuilderSupport.verify(GitMergeVerify value) Controls whethergit mergewill try to run hooks likecommit-msgandpre-merge-commit.