public class RebaseChangeEdit extends java.lang.Object implements com.google.gerrit.extensions.restapi.ChildCollection<ChangeResource,ChangeEditResource>, com.google.gerrit.extensions.restapi.AcceptsPost<ChangeResource>
Modifier and Type | Class and Description |
---|---|
static class |
RebaseChangeEdit.Rebase |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.restapi.RestView<ChangeResource> |
list() |
ChangeEditResource |
parse(ChangeResource parent,
com.google.gerrit.extensions.restapi.IdString id) |
RebaseChangeEdit.Rebase |
post(ChangeResource parent) |
com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<ChangeEditResource>> |
views() |
public com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<ChangeEditResource>> views()
views
in interface com.google.gerrit.extensions.restapi.RestCollection<ChangeResource,ChangeEditResource>
public com.google.gerrit.extensions.restapi.RestView<ChangeResource> list()
list
in interface com.google.gerrit.extensions.restapi.RestCollection<ChangeResource,ChangeEditResource>
public ChangeEditResource parse(ChangeResource parent, com.google.gerrit.extensions.restapi.IdString id)
parse
in interface com.google.gerrit.extensions.restapi.RestCollection<ChangeResource,ChangeEditResource>
public RebaseChangeEdit.Rebase post(ChangeResource parent) throws com.google.gerrit.extensions.restapi.RestApiException
post
in interface com.google.gerrit.extensions.restapi.AcceptsPost<ChangeResource>
com.google.gerrit.extensions.restapi.RestApiException