java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.content.DiffSegmentType |
Enumerates the different segment types available in diff output.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DiffSegmentType | ADDED | Indicates the lines in the segment were added in the destination file. | |||||||||
DiffSegmentType | CONTEXT | Indicates the lines in the segment are context, existing unchanged in both the source and destination. | |||||||||
DiffSegmentType | REMOVED | Indicates the lines in the segment were removed in the destination file. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Indicates the lines in the segment were added in the destination file.
Indicates the lines in the segment are context, existing unchanged in both the source and destination.
Indicates the lines in the segment were removed in the destination file.