Package | Description |
---|---|
com.atlassian.bitbucket.content |
Modifier and Type | Method and Description |
---|---|
ConflictMarker |
DiffLine.getConflictMarker() |
static ConflictMarker |
ConflictMarker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictMarker[] |
ConflictMarker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffContentCallback.onSegmentLine(String line,
ConflictMarker marker,
boolean truncated)
Called to process a line within the current segment.
|
void |
AbstractDiffContentCallback.onSegmentLine(String line,
ConflictMarker marker,
boolean truncated) |
Copyright © 2022 Atlassian. All rights reserved.