Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.diff.GitChangeType
Packages that use GitChangeType
-
Uses of GitChangeType in com.atlassian.bitbucket.scm.git.command.diff
Methods in com.atlassian.bitbucket.scm.git.command.diff that return GitChangeTypeModifier and TypeMethodDescriptionstatic GitChangeTypeGitChangeType.fromStatus(String status) Evaluates all change types to determine if one exists with the providedstatus code.static GitChangeTypeReturns the enum constant of this class with the specified name.static GitChangeType[]GitChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.