com.atlassian.bitbucket.nav.NavBuilder.PullRequest |
The builder for urls of the form /projects/PROJ/repos/REPO/pull-requests/ID/...
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
View the activities of the pull request.
| |||||||||||
View the comments added to the pull request.
| |||||||||||
View a specific commit within a pull request.
| |||||||||||
View the commits to be merged by a pull request.
| |||||||||||
View the pull request's diff.
| |||||||||||
View the pull request's overview, which displays snippets for activities which have been performed on the
pull request as well its description.
| |||||||||||
View the pull request diff, and the unreviewed changes for the current user, if they exist.
| |||||||||||
Remove the current user as a watcher for the pull request.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface com.atlassian.bitbucket.nav.NavBuilder.Builder |
View the activities of the pull request.
activityId | The unique identifier of the activity |
---|
NavBuilder.PullRequestActivity
a builder used to construct URLs for activities
View the comments added to the pull request.
commentId | The unique identifier of the comment |
---|
NavBuilder.PullRequestComment
builder used to construct URLs for comments
View a specific commit within a pull request.
Unlike repository commits
, pull request commits must be specified by
ID
. Ref names like "master" do not make sense in this
context.
commitId | the commit ID to build URLs for |
---|
View the commits to be merged by a pull request.
View the pull request's diff.
View the pull request's overview, which displays snippets for activities which have been performed on the pull request as well its description.
View the pull request diff, and the unreviewed changes for the current user, if they exist.
Remove the current user as a watcher for the pull request.