Class ChangeInfo
- java.lang.Object
-
- com.google.gerrit.extensions.common.ChangeInfo
-
- Direct Known Subclasses:
CherryPickChangeInfo
public class ChangeInfo extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChangeInfo()
-
-
-
Field Detail
-
id
public String id
-
project
public String project
-
branch
public String branch
-
topic
public String topic
-
assignee
public AccountInfo assignee
-
hashtags
public Collection<String> hashtags
-
changeId
public String changeId
-
subject
public String subject
-
status
public ChangeStatus status
-
created
public Timestamp created
-
updated
public Timestamp updated
-
submitted
public Timestamp submitted
-
submitter
public AccountInfo submitter
-
starred
public Boolean starred
-
stars
public Collection<String> stars
-
reviewed
public Boolean reviewed
-
submitType
public SubmitType submitType
-
mergeable
public Boolean mergeable
-
submittable
public Boolean submittable
-
insertions
public Integer insertions
-
deletions
public Integer deletions
-
totalCommentCount
public Integer totalCommentCount
-
unresolvedCommentCount
public Integer unresolvedCommentCount
-
isPrivate
public Boolean isPrivate
-
workInProgress
public Boolean workInProgress
-
hasReviewStarted
public Boolean hasReviewStarted
-
revertOf
public Integer revertOf
-
_number
public int _number
-
owner
public AccountInfo owner
-
actions
public Map<String,ActionInfo> actions
-
permittedLabels
public Map<String,Collection<String>> permittedLabels
-
removableReviewers
public Collection<AccountInfo> removableReviewers
-
reviewers
public Map<ReviewerState,Collection<AccountInfo>> reviewers
-
pendingReviewers
public Map<ReviewerState,Collection<AccountInfo>> pendingReviewers
-
reviewerUpdates
public Collection<ReviewerUpdateInfo> reviewerUpdates
-
messages
public Collection<ChangeMessageInfo> messages
-
currentRevision
public String currentRevision
-
revisions
public Map<String,RevisionInfo> revisions
-
_moreChanges
public Boolean _moreChanges
-
problems
public List<ProblemInfo> problems
-
plugins
public List<PluginDefinedInfo> plugins
-
trackingIds
public Collection<TrackingIdInfo> trackingIds
-
requirements
public Collection<SubmitRequirementInfo> requirements
-
-