Uses of Class
com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
Uses of PullRequestDiffRequest.Builder in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestDiffRequest.Builder.contextLines
(int value) Specifies the number of context lines to include around added/removed lines.PullRequestDiffRequest.Builder.diffType
(CommentThreadDiffAnchorType value) PullRequestDiffRequest.Builder.filter
(DiffContentFilter value) protected PullRequestDiffRequest.Builder
PullRequestDiffRequest.Builder.self()
PullRequestDiffRequest.Builder.whitespace
(DiffWhitespace value) PullRequestDiffRequest.Builder.withComments
(boolean value) Specifies whether comments should be provided to the callback when streaming the diff.