| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.scm.git.command.diff.GitDiffTarget | |
Possible targets for diff-related data.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GitDiffTarget | DESTINATION | Indicates the data relates to the destination side of the diff. | |||||||||
| GitDiffTarget | NONE | Indicates the data does not relate to a specific target, or contains information relevant to both targets. | |||||||||
| GitDiffTarget | SOURCE | Indicates the data relates to the source side of the diff. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Indicates the data relates to the destination side of the diff.
Indicates the data does not relate to a specific target, or contains information relevant to both targets.