public class ReviewerResource extends Object implements com.google.gerrit.extensions.restapi.RestResource
Modifier and Type | Class and Description |
---|---|
static interface |
ReviewerResource.Factory |
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ReviewerResource>> |
REVIEWER_KIND |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Change |
getChange() |
com.google.gerrit.reviewdb.client.Change.Id |
getChangeId() |
ChangeResource |
getChangeResource() |
ChangeControl |
getControl() |
ChangeControl |
getReviewerControl() |
IdentifiedUser |
getReviewerUser() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ReviewerResource>> REVIEWER_KIND
public ChangeResource getChangeResource()
public com.google.gerrit.reviewdb.client.Change.Id getChangeId()
public com.google.gerrit.reviewdb.client.Change getChange()
public IdentifiedUser getReviewerUser()
public ChangeControl getControl()
getReviewerControl()
).public ChangeControl getReviewerControl()
getControl()
).