| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestCommentAnchorDiffType | |
Enumerates the different types of diffs a pull request comment can be anchored to
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PullRequestCommentAnchorDiffType | COMMIT | The commit diff displays the changes introduced by one of the commits in the pull request | |||||||||
| PullRequestCommentAnchorDiffType | EFFECTIVE | The effective diff shows all the changes introduced by the pull request | |||||||||
| PullRequestCommentAnchorDiffType | RANGE | The range diff displays the changes introduced by a number of the commits in the pull request | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The commit diff displays the changes introduced by one of the commits in the pull request
The effective diff shows all the changes introduced by the pull request
The range diff displays the changes introduced by a number of the commits in the pull request