Package com.atlassian.bitbucket.nav
Interface NavBuilder.PullRequestComment
- All Superinterfaces:
NavBuilder.Builder<NavBuilder.PullRequestComment>
- Enclosing interface:
- NavBuilder
public static interface NavBuilder.PullRequestComment
extends NavBuilder.Builder<NavBuilder.PullRequestComment>
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overview?commentId=ID
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.nav.NavBuilder.Builder
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
-
Method Details
-
like
Deep link to liking a pull request comment.- Returns:
NavBuilder.PullRequestComment
a builder, which is capable of constructing a URL to like a comment
-
reply
Deep link to replying to a pull request comment- Returns:
NavBuilder.PullRequestComment
a builder, which is capable of constructing a URL to reply to a comment
-