public static class ChangeJson.ChangeInfo extends Object
Modifier and Type | Field and Description |
---|---|
Boolean |
_moreChanges |
int |
_number |
String |
_sortkey |
Map<String,com.google.gerrit.extensions.common.ActionInfo> |
actions |
String |
branch |
String |
changeId |
Timestamp |
created |
String |
currentRevision |
Integer |
deletions |
String |
id |
Integer |
insertions |
String |
kind |
Map<String,ChangeJson.LabelInfo> |
labels |
Boolean |
mergeable |
Collection<ChangeJson.ChangeMessageInfo> |
messages |
AccountInfo |
owner |
Map<String,Collection<String>> |
permittedLabels |
String |
project |
Collection<AccountInfo> |
removableReviewers |
Boolean |
reviewed |
Map<String,com.google.gerrit.extensions.common.RevisionInfo> |
revisions |
Boolean |
starred |
com.google.gerrit.reviewdb.client.Change.Status |
status |
String |
subject |
String |
topic |
Timestamp |
updated |
Constructor and Description |
---|
ChangeJson.ChangeInfo() |
public final String kind
public String id
public String project
public String branch
public String topic
public String changeId
public String subject
public com.google.gerrit.reviewdb.client.Change.Status status
public Timestamp created
public Timestamp updated
public Boolean starred
public Boolean reviewed
public Boolean mergeable
public Integer insertions
public Integer deletions
public String _sortkey
public int _number
public AccountInfo owner
public Map<String,ChangeJson.LabelInfo> labels
public Map<String,Collection<String>> permittedLabels
public Collection<AccountInfo> removableReviewers
public Collection<ChangeJson.ChangeMessageInfo> messages
public String currentRevision
public Boolean _moreChanges