public class ChangeAttribute extends Object
Modifier and Type | Field and Description |
---|---|
List<AccountAttribute> |
allReviewers |
String |
branch |
List<MessageAttribute> |
comments |
String |
commitMessage |
Long |
createdOn |
PatchSetAttribute |
currentPatchSet |
List<DependencyAttribute> |
dependsOn |
String |
id |
Long |
lastUpdated |
List<DependencyAttribute> |
neededBy |
String |
number |
Boolean |
open |
AccountAttribute |
owner |
List<PatchSetAttribute> |
patchSets |
String |
project |
com.google.gerrit.reviewdb.client.Change.Status |
status |
String |
subject |
List<SubmitRecordAttribute> |
submitRecords |
String |
topic |
List<TrackingIdAttribute> |
trackingIds |
String |
url |
Constructor and Description |
---|
ChangeAttribute() |
public String project
public String branch
public String topic
public String id
public String number
public String subject
public AccountAttribute owner
public String url
public String commitMessage
public Long createdOn
public Long lastUpdated
public Boolean open
public com.google.gerrit.reviewdb.client.Change.Status status
public List<MessageAttribute> comments
public List<TrackingIdAttribute> trackingIds
public PatchSetAttribute currentPatchSet
public List<PatchSetAttribute> patchSets
public List<DependencyAttribute> dependsOn
public List<DependencyAttribute> neededBy
public List<SubmitRecordAttribute> submitRecords
public List<AccountAttribute> allReviewers