public class DraftCommentResource extends 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<DraftCommentResource>> |
DRAFT_COMMENT_KIND |
Constructor and Description |
---|
DraftCommentResource(RevisionResource rev,
com.google.gerrit.reviewdb.client.PatchLineComment c) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Change |
getChange() |
ChangeControl |
getControl() |
com.google.gerrit.reviewdb.client.PatchSet |
getPatchSet() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<DraftCommentResource>> DRAFT_COMMENT_KIND
public DraftCommentResource(RevisionResource rev, com.google.gerrit.reviewdb.client.PatchLineComment c)
public ChangeControl getControl()
public com.google.gerrit.reviewdb.client.Change getChange()
public com.google.gerrit.reviewdb.client.PatchSet getPatchSet()