| Modifier and Type | Method and Description |
|---|---|
List<ChangeInfo> |
AccountApi.getStarredChanges() |
List<ChangeInfo> |
AccountApi.NotImplemented.getStarredChanges() |
| Modifier and Type | Field and Description |
|---|---|
List<ChangeInfo> |
SubmittedTogetherInfo.changes |
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo |
ChangeApi.check() |
ChangeInfo |
ChangeApi.NotImplemented.check() |
ChangeInfo |
ChangeApi.check(FixInput fix) |
ChangeInfo |
ChangeApi.NotImplemented.check(FixInput fix) |
ChangeInfo |
ChangeApi.createMergePatchSet(MergePatchSetInput in)
Create a merge patch set for the change.
|
ChangeInfo |
ChangeApi.NotImplemented.createMergePatchSet(MergePatchSetInput in) |
ChangeInfo |
ChangeApi.get()
get with ListChangesOption set to all except CHECK. |
ChangeInfo |
ChangeApi.NotImplemented.get() |
ChangeInfo |
ChangeApi.get(EnumSet<ListChangesOption> options) |
ChangeInfo |
ChangeApi.NotImplemented.get(EnumSet<ListChangesOption> options) |
ChangeInfo |
ChangeApi.info()
get with ListChangesOption set to none. |
ChangeInfo |
ChangeApi.NotImplemented.info() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ChangeInfo> |
Changes.QueryRequest.get() |
List<ChangeInfo> |
ChangeApi.submittedTogether() |
List<ChangeInfo> |
ChangeApi.NotImplemented.submittedTogether() |
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo |
ProjectApi.accessChange(ProjectAccessInput p) |
ChangeInfo |
ProjectApi.NotImplemented.accessChange(ProjectAccessInput input) |
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo |
ChangeApiRestClient.check() |
ChangeInfo |
ChangeApiRestClient.check(FixInput in) |
ChangeInfo |
ChangeApiRestClient.get() |
ChangeInfo |
ChangeApiRestClient.get(EnumSet<ListChangesOption> options) |
ChangeInfo |
ChangeApiRestClient.info() |
ChangeInfo |
ChangesParser.parseSingleChangeInfo(com.google.gson.JsonElement result) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeInfo> |
ChangesParser.parseChangeInfos(com.google.gson.JsonElement result) |
Copyright © 2018. All rights reserved.