public class CommentResource
extends java.lang.Object
implements com.google.gerrit.extensions.restapi.RestResource
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CommentResource>> |
COMMENT_KIND |
Constructor and Description |
---|
CommentResource(RevisionResource rev,
com.google.gerrit.reviewdb.client.PatchLineComment c) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.PatchSet |
getPatchSet() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CommentResource>> COMMENT_KIND
public CommentResource(RevisionResource rev, com.google.gerrit.reviewdb.client.PatchLineComment c)