com.atlassian.bitbucket.nav.NavBuilder.Commit |
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
| |||||||||||
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
| |||||||||||
Retrieves a builder for interacting with the specified comment on this commit.
| |||||||||||
Adds an
unwatch query parameter to the URL for this commit. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface com.atlassian.bitbucket.nav.NavBuilder.Builder | |||||||||||
From interface com.atlassian.bitbucket.nav.NavBuilder.PathBuilder |
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
path | the path to set in the anchor |
---|
this
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
path | the path to set in the anchor |
---|
this
Retrieves a builder for interacting with the specified comment on this commit.
commentId | the ID of the comment to build URLs for |
---|
Adds an unwatch
query parameter to the URL for this commit.
this