Uses of Enum Class
com.atlassian.bitbucket.content.ConflictMarker
-
Uses of ConflictMarker in com.atlassian.bitbucket.content
Modifier and TypeMethodDescriptionDiffLine.getConflictMarker()
static ConflictMarker
Returns the enum constant of this class with the specified name.static ConflictMarker[]
ConflictMarker.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractDiffContentCallback.onSegmentLine
(String line, ConflictMarker marker, boolean truncated) void
DiffContentCallback.onSegmentLine
(String line, ConflictMarker marker, boolean truncated) Called to process a line within the current segment.