Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.commit.GitCommitVerify
Packages that use GitCommitVerify
-
Uses of GitCommitVerify in com.atlassian.bitbucket.scm.git.command.commit
Methods in com.atlassian.bitbucket.scm.git.command.commit that return GitCommitVerifyModifier and TypeMethodDescriptionstatic GitCommitVerifyReturns the enum constant of this class with the specified name.static GitCommitVerify[]GitCommitVerify.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.commit with parameters of type GitCommitVerifyModifier and TypeMethodDescriptionGitCommitBuilder.verify(GitCommitVerify value) Controls whethergit commitwill try to run hooks likecommit-msgandpre-commit.