public class ChangeResource
extends java.lang.Object
implements com.google.gerrit.extensions.restapi.RestResource, com.google.gerrit.extensions.restapi.RestResource.HasETag
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ChangeResource>> |
CHANGE_KIND |
Modifier | Constructor and Description |
---|---|
|
ChangeResource(ChangeControl control,
RebaseChange rebaseChange) |
protected |
ChangeResource(ChangeResource copy) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Change |
getChange() |
ChangeControl |
getControl() |
java.lang.String |
getETag() |
ChangeNotes |
getNotes() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ChangeResource>> CHANGE_KIND
public ChangeResource(ChangeControl control, RebaseChange rebaseChange)
protected ChangeResource(ChangeResource copy)
public ChangeControl getControl()
public com.google.gerrit.reviewdb.client.Change getChange()
public ChangeNotes getNotes()
public java.lang.String getETag()
getETag
in interface com.google.gerrit.extensions.restapi.RestResource.HasETag