Uses of Class
com.oracle.bmc.devops.model.DiffLineDetails
-
Packages that use DiffLineDetails Package Description com.oracle.bmc.devops.model -
-
Uses of DiffLineDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DiffLineDetails Modifier and Type Method Description DiffLineDetails
DiffLineDetails.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DiffLineDetails Modifier and Type Method Description List<DiffLineDetails>
PullRequestComment. getCommentContext()
4 line snippet to be displayed as context for inline commentsList<DiffLineDetails>
PullRequestCommentSummary. getCommentContext()
4 line snippet to be displayed as context for inline commentsList<DiffLineDetails>
DiffSection. getLines()
The lines within changed section.Methods in com.oracle.bmc.devops.model with parameters of type DiffLineDetails Modifier and Type Method Description DiffLineDetails.Builder
DiffLineDetails.Builder. copy(DiffLineDetails model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DiffLineDetails Modifier and Type Method Description PullRequestComment.Builder
PullRequestComment.Builder. commentContext(List<DiffLineDetails> commentContext)
4 line snippet to be displayed as context for inline commentsPullRequestCommentSummary.Builder
PullRequestCommentSummary.Builder. commentContext(List<DiffLineDetails> commentContext)
4 line snippet to be displayed as context for inline commentsDiffSection.Builder
DiffSection.Builder. lines(List<DiffLineDetails> lines)
The lines within changed section.
-