java.lang.Object | ||
↳ | com.atlassian.bitbucket.pull.AbstractPullRequestRequest | |
↳ | com.atlassian.bitbucket.pull.PullRequestChangesRequest |
Request arguments for streamChanges(PullRequestChangesRequest, ChangeCallback)
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PullRequestChangesRequest.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Specifies the scope of the changes to be streamed.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.pull.AbstractPullRequestRequest
| |||||||||||
From class
java.lang.Object
|
Specifies the scope of the changes to be streamed.
UNREVIEWED
to stream unreviewed changes for the
for the current user (if they exist); otherwise, ALL
to
stream all changes (the default)