| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.changes | |
| com.google.gerrit.extensions.api.projects | |
| com.urswolfer.gerrit.client.rest.http.changes |
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeApi |
RevisionApi.cherryPick(CherryPickInput in) |
ChangeApi |
RevisionApi.NotImplemented.cherryPick(CherryPickInput in) |
ChangeApi |
Changes.create(ChangeInput in) |
ChangeApi |
Changes.NotImplemented.create(ChangeInput in) |
ChangeApi |
Changes.id(int id)
Look up a change by numeric ID.
|
ChangeApi |
Changes.NotImplemented.id(int id) |
ChangeApi |
Changes.id(String id)
Look up a change by string ID.
|
ChangeApi |
Changes.NotImplemented.id(String triplet) |
ChangeApi |
Changes.id(String project,
int id)
Look up a change by project and numeric ID.
|
ChangeApi |
Changes.NotImplemented.id(String project,
int id) |
ChangeApi |
Changes.id(String project,
String branch,
String id)
Look up a change by project, branch, and change ID.
|
ChangeApi |
Changes.NotImplemented.id(String project,
String branch,
String id) |
ChangeApi |
RevisionApi.rebase() |
ChangeApi |
RevisionApi.NotImplemented.rebase() |
ChangeApi |
RevisionApi.rebase(RebaseInput in) |
ChangeApi |
RevisionApi.NotImplemented.rebase(RebaseInput in) |
ChangeApi |
ChangeApi.revert()
Create a new change that reverts this change.
|
ChangeApi |
ChangeApi.NotImplemented.revert() |
ChangeApi |
ChangeApi.revert(RevertInput in)
Create a new change that reverts this change.
|
ChangeApi |
ChangeApi.NotImplemented.revert(RevertInput in) |
| Modifier and Type | Method and Description |
|---|---|
ChangeApi |
CommitApi.cherryPick(CherryPickInput input) |
ChangeApi |
CommitApi.NotImplemented.cherryPick(CherryPickInput input) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeApiRestClient |
| Modifier and Type | Method and Description |
|---|---|
ChangeApi |
RevisionApiRestClient.cherryPick(CherryPickInput in) |
ChangeApi |
ChangesRestClient.create(ChangeInput in) |
ChangeApi |
ChangesRestClient.id(int id) |
ChangeApi |
ChangesRestClient.id(String id) |
ChangeApi |
ChangesRestClient.id(String project,
int id) |
ChangeApi |
ChangesRestClient.id(String project,
String branch,
String id) |
ChangeApi |
RevisionApiRestClient.rebase() |
ChangeApi |
RevisionApiRestClient.rebase(RebaseInput in) |
ChangeApi |
ChangeApiRestClient.revert() |
ChangeApi |
ChangeApiRestClient.revert(RevertInput revertInput) |
Copyright © 2018. All rights reserved.