Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.diff.GitDiffRenames
Packages that use GitDiffRenames
-
Uses of GitDiffRenames in com.atlassian.bitbucket.scm.git.command.diff
Methods in com.atlassian.bitbucket.scm.git.command.diff that return GitDiffRenamesModifier and TypeMethodDescriptionstatic GitDiffRenamesReturns the enum constant of this class with the specified name.static GitDiffRenames[]GitDiffRenames.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 GitDiffRenamesModifier and TypeMethodDescriptionGitDiffCoreBuilder.renames(GitDiffRenames value) Sets therename detectionmode for the diff.GitDiffCoreBuilder.renames(GitDiffRenames renames, Integer threshold) Sets therename detectionmode for the diff.