Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
DiffLineDetails |
DiffLineDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DiffLineDetails> |
PullRequestCommentSummary.getCommentContext()
4 line snippet to be displayed as context for inline comments
|
List<DiffLineDetails> |
PullRequestComment.getCommentContext()
4 line snippet to be displayed as context for inline comments
|
List<DiffLineDetails> |
DiffSection.getLines()
The lines within changed section.
|
Modifier and Type | Method and Description |
---|---|
DiffLineDetails.Builder |
DiffLineDetails.Builder.copy(DiffLineDetails model) |
Modifier and Type | Method and Description |
---|---|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.commentContext(List<DiffLineDetails> commentContext)
4 line snippet to be displayed as context for inline comments
|
PullRequestComment.Builder |
PullRequestComment.Builder.commentContext(List<DiffLineDetails> commentContext)
4 line snippet to be displayed as context for inline comments
|
DiffSection.Builder |
DiffSection.Builder.lines(List<DiffLineDetails> lines)
The lines within changed section.
|
Copyright © 2016–2024. All rights reserved.