public class ChangeEditResource 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<ChangeEditResource>> |
CHANGE_EDIT_KIND |
Constructor and Description |
---|
ChangeEditResource(ChangeResource change,
ChangeEdit edit,
String path) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Change |
getChange() |
ChangeEdit |
getChangeEdit() |
ChangeResource |
getChangeResource() |
ChangeControl |
getControl() |
String |
getPath() |
boolean |
isCacheable() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ChangeEditResource>> CHANGE_EDIT_KIND
public ChangeEditResource(ChangeResource change, ChangeEdit edit, String path)
public boolean isCacheable()
public ChangeResource getChangeResource()
public ChangeControl getControl()
public com.google.gerrit.reviewdb.client.Change getChange()
public ChangeEdit getChangeEdit()
public String getPath()