| com.atlassian.stash.nav.NavBuilder.PullRequest |
The builder for urls of the form /projects/PROJ/repos/REPO/pull-requets/ID/...
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
View the activities of the pull request.
| |||||||||||
This method is deprecated.
in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common
term for the data they represent. Due to the significant number of touchpoints, the deprecated
classes and interfaces will be left in for an entire major release cycle, rather than being
removed in 4.0. Use
commit(String) instead.
| |||||||||||
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.
| |||||||||||
Remove the current user as a watcher for the pull request.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.stash.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
This method is deprecated.
in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common
term for the data they represent. Due to the significant number of touchpoints, the deprecated
classes and interfaces will be left in for an entire major release cycle, rather than being
removed in 4.0. Use commit(String) instead.
View a specific commit within a pull request.
Unlikerepository changesets, pull request changesets must be
specified by ID. Names, like "master", do not
make sense in this context.| id | the changeset ID |
|---|
View the comments added to the pull request.
| commentId | The unique identifier of the comment |
|---|
NavBuilder.PullRequestComment a builder used to construct URLs for commentsView a specific commit within a pull request.
Unlikerepository 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.
Remove the current user as a watcher for the pull request.