| Package | Description |
|---|---|
| com.atlassian.bitbucket.comment | |
| com.atlassian.bitbucket.content |
| Modifier and Type | Method and Description |
|---|---|
DiffSegmentType |
AddLineCommentRequest.getLineType() |
| Modifier and Type | Method and Description |
|---|---|
Optional<DiffSegmentType> |
CommentThreadDiffAnchor.getLineType() |
| Modifier and Type | Method and Description |
|---|---|
AddLineCommentRequest.Builder |
AddLineCommentRequest.Builder.lineType(DiffSegmentType value) |
| Modifier and Type | Method and Description |
|---|---|
static DiffSegmentType |
DiffSegmentType.fromId(int id) |
DiffSegmentType |
DiffSegment.getType() |
static DiffSegmentType |
DiffSegmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffSegmentType[] |
DiffSegmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DiffFileType |
DiffFileType.forSegmentType(DiffSegmentType segmentType)
Returns the default file type for a given
segmentType. |
void |
AbstractDiffContentCallback.onSegmentStart(DiffSegmentType type) |
void |
DiffContentCallback.onSegmentStart(DiffSegmentType type)
Called to mark the start of a new segment within the current hunk, containing one or more contiguous lines which
all share the same
type. |
Copyright © 2023 Atlassian. All rights reserved.