Uses of Class
com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
Uses of PullRequestChangesRequest.Builder in com.atlassian.bitbucket.pull
Modifier 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.