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