Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestChangesRequest.Builder |
PullRequestChangesRequest.Builder.changeScope(PullRequestChangeScope value)
Specifies the scope of the changes to be streamed.
|
protected PullRequestChangesRequest.Builder |
PullRequestChangesRequest.Builder.self() |
PullRequestChangesRequest.Builder |
PullRequestChangesRequest.Builder.sinceId(String value)
Specifies the
sinceId to use when retrieving the changes, if the scope is
PullRequestChangeScope.RANGE . |
PullRequestChangesRequest.Builder |
PullRequestChangesRequest.Builder.untilId(String value)
Specifies the
untilId to use when retrieving the changes, if the scope is
PullRequestChangeScope.RANGE . |
PullRequestChangesRequest.Builder |
PullRequestChangesRequest.Builder.withComments(boolean value)
Specifies whether comment count attributes should be applied when streaming changes.
|
Copyright © 2022 Atlassian. All rights reserved.