| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.changes | |
| com.urswolfer.gerrit.client.rest.http.changes |
| Modifier and Type | Method and Description |
|---|---|
EditInfo |
RevisionApi.applyFix(String fixId)
Applies the indicated fix by creating a new change edit or integrating the fix with the
existing change edit.
|
EditInfo |
RevisionApi.NotImplemented.applyFix(String fixId) |
EditInfo |
ChangeApi.getEdit()
Deprecated.
Replaced by
ChangeApi.edit() in combination with ChangeEditApi.get(). |
EditInfo |
ChangeApi.NotImplemented.getEdit() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<EditInfo> |
ChangeEditApi.get()
Retrieves details regarding the change edit.
|
com.google.common.base.Optional<EditInfo> |
ChangeEditApi.NotImplemented.get() |
| Modifier and Type | Method and Description |
|---|---|
EditInfo |
ChangeApiRestClient.getEdit() |
| Modifier and Type | Method and Description |
|---|---|
List<EditInfo> |
EditInfoParser.parseEditInfos(com.google.gson.JsonElement result) |
Copyright © 2018. All rights reserved.