Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.diff.GitDiffTarget
Packages that use GitDiffTarget
-
Uses of GitDiffTarget in com.atlassian.bitbucket.scm.git.command.diff
Methods in com.atlassian.bitbucket.scm.git.command.diff that return GitDiffTargetModifier and TypeMethodDescriptionGitDiffHeader.getTarget()Retrieves the target to which the value of this header applies.static GitDiffTargetReturns the enum constant of this class with the specified name.static GitDiffTarget[]GitDiffTarget.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 GitDiffTargetModifier and TypeMethodDescriptionvoidGitDiffHeaderType.verify(GitDiffTarget target) Verifies that the providedGitDiffTargetis valid for use with this header type.