Uses of Class
com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
Packages that use PullRequestDiffRequest.Builder
-
Uses of PullRequestDiffRequest.Builder in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestDiffRequest.BuilderModifier 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.BuilderPullRequestDiffRequest.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.