Uses of Class
com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
Packages that use PullRequestChangesRequest.Builder
-
Uses of PullRequestChangesRequest.Builder in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestChangesRequest.BuilderModifier and TypeMethodDescriptionPullRequestChangesRequest.Builder.changeScope
(PullRequestChangeScope value) Specifies the scope of the changes to be streamed.protected PullRequestChangesRequest.Builder
PullRequestChangesRequest.Builder.self()
Specifies thesinceId
to use when retrieving the changes, if thescope
isPullRequestChangeScope.RANGE
.Specifies theuntilId
to use when retrieving the changes, if thescope
isPullRequestChangeScope.RANGE
.PullRequestChangesRequest.Builder.withComments
(boolean value) Specifies whether comment count attributes should be applied when streaming changes.