public static interface NavBuilder.PullRequestComment extends NavBuilder.Builder<NavBuilder.PullRequestComment>
Modifier and Type | Method and Description |
---|---|
NavBuilder.PullRequestComment |
like()
Deep link to liking a pull request comment.
|
NavBuilder.PullRequestComment |
reply()
Deep link to replying to a pull request comment
|
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
@Nonnull NavBuilder.PullRequestComment like()
NavBuilder.PullRequestComment
a builder,
which is capable of constructing a URL to like a comment@Nonnull NavBuilder.PullRequestComment reply()
NavBuilder.PullRequestComment
a builder,
which is capable of constructing a URL to reply to a commentCopyright © 2019 Atlassian. All rights reserved.