Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.diff.GitDiffOutput
Packages that use GitDiffOutput
Package
Description
-
Uses of GitDiffOutput in com.atlassian.bitbucket.scm.git.command.diff
Methods in com.atlassian.bitbucket.scm.git.command.diff that return GitDiffOutputModifier and TypeMethodDescriptionstatic GitDiffOutputReturns the enum constant of this class with the specified name.static GitDiffOutput[]GitDiffOutput.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GitDiffOutput in com.atlassian.bitbucket.scm.git.command.log
Methods in com.atlassian.bitbucket.scm.git.command.log with parameters of type GitDiffOutputModifier and TypeMethodDescriptionGitLogBuilder.output(GitDiffOutput value) Controls what diff output is included with the commit information.