public static interface

NavBuilder.PullRequestComment

implements NavBuilder.Builder<B extends Builder>
com.atlassian.stash.nav.NavBuilder.PullRequestComment

Class Overview

Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overview?commentId=ID

Summary

Public Methods
@Nonnull NavBuilder.PullRequestComment like()
Deep link to liking a pull request comment.
@Nonnull NavBuilder.PullRequestComment reply()
Deep link to replying to a pull request comment
[Expand]
Inherited Methods
From interface com.atlassian.stash.nav.NavBuilder.Builder

Public Methods

@Nonnull public NavBuilder.PullRequestComment like ()

Deep link to liking a pull request comment.

Returns

@Nonnull public NavBuilder.PullRequestComment reply ()

Deep link to replying to a pull request comment

Returns