Uses of Enum Class
com.atlassian.bitbucket.content.ConflictMarker
Packages that use ConflictMarker
- 
Uses of ConflictMarker in com.atlassian.bitbucket.contentMethods in com.atlassian.bitbucket.content that return ConflictMarkerModifier and TypeMethodDescriptionDiffLine.getConflictMarker()static ConflictMarkerReturns 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 TypeMethodDescriptionvoidAbstractDiffContentCallback.onSegmentLine(String line, ConflictMarker marker, boolean truncated) voidDiffContentCallback.onSegmentLine(String line, ConflictMarker marker, boolean truncated) Called to process a line within the current segment.