Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.diff.GitDiffColor
Packages that use GitDiffColor
-
Uses of GitDiffColor in com.atlassian.bitbucket.scm.git.command.diff
Methods in com.atlassian.bitbucket.scm.git.command.diff that return GitDiffColorModifier and TypeMethodDescriptionstatic GitDiffColorReturns the enum constant of this class with the specified name.static GitDiffColor[]GitDiffColor.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.diff with parameters of type GitDiffColorModifier and TypeMethodDescriptionGitDiffCoreBuilder.color(GitDiffColor value) Sets thecolormode for the diff.