Uses of Enum Class
com.atlassian.bitbucket.content.ConflictMarker
Packages that use ConflictMarker
-
Uses of ConflictMarker in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return ConflictMarkerModifier 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.Methods in com.atlassian.bitbucket.content with parameters of type ConflictMarkerModifier 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.