| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.changes | |
| com.google.gerrit.extensions.common | |
| com.urswolfer.gerrit.client.rest.http.changes |
| Modifier and Type | Method and Description |
|---|---|
CommentInfo |
CommentApi.delete(DeleteCommentInput input)
Deletes a published comment of a revision.
|
CommentInfo |
CommentApi.NotImplemented.delete(DeleteCommentInput input) |
CommentInfo |
CommentApi.get() |
CommentInfo |
CommentApi.NotImplemented.get() |
CommentInfo |
DraftApi.update(DraftInput in) |
CommentInfo |
DraftApi.NotImplemented.update(DraftInput in) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<CommentInfo>> |
ChangeApi.comments()
Get all published comments on a change.
|
Map<String,List<CommentInfo>> |
ChangeApi.NotImplemented.comments() |
Map<String,List<CommentInfo>> |
RevisionApi.comments() |
Map<String,List<CommentInfo>> |
RevisionApi.NotImplemented.comments() |
List<CommentInfo> |
RevisionApi.commentsAsList() |
List<CommentInfo> |
RevisionApi.NotImplemented.commentsAsList() |
Map<String,List<CommentInfo>> |
ChangeApi.drafts()
Get all draft comments for the current user on a change.
|
Map<String,List<CommentInfo>> |
ChangeApi.NotImplemented.drafts() |
Map<String,List<CommentInfo>> |
RevisionApi.drafts() |
Map<String,List<CommentInfo>> |
RevisionApi.NotImplemented.drafts() |
List<CommentInfo> |
RevisionApi.draftsAsList() |
List<CommentInfo> |
RevisionApi.NotImplemented.draftsAsList() |
| Modifier and Type | Class and Description |
|---|---|
class |
RobotCommentInfo |
| Modifier and Type | Method and Description |
|---|---|
CommentInfo |
DraftApiRestClient.get() |
CommentInfo |
CommentsParser.parseSingleCommentInfo(com.google.gson.JsonObject result) |
CommentInfo |
DraftApiRestClient.update(DraftInput in) |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<String,List<CommentInfo>> |
RevisionApiRestClient.comments()
Support starting from Gerrit 2.7.
|
Map<String,List<CommentInfo>> |
ChangeApiRestClient.comments() |
TreeMap<String,List<CommentInfo>> |
RevisionApiRestClient.drafts() |
TreeMap<String,List<CommentInfo>> |
CommentsParser.parseCommentInfos(com.google.gson.JsonElement result) |
| Constructor and Description |
|---|
DraftApiRestClient(GerritRestClient gerritRestClient,
ChangeApiRestClient changeApiRestClient,
RevisionApiRestClient revisionApiRestClient,
CommentsParser commentsParser,
CommentInfo commentInfo) |
Copyright © 2018. All rights reserved.