Package com.google.gerrit.server
Class AssigneeStatusUpdate
- java.lang.Object
- 
- com.google.gerrit.server.AssigneeStatusUpdate
 
- 
 public abstract class AssigneeStatusUpdate extends Object Change to an assignee's status.
- 
- 
Constructor SummaryConstructors Constructor Description AssigneeStatusUpdate()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static AssigneeStatusUpdatecreate(Timestamp ts, Account.Id updatedBy, Optional<Account.Id> currentAssignee)abstract Optional<Account.Id>currentAssignee()abstract Timestampdate()abstract Account.IdupdatedBy()
 
- 
- 
- 
Method Detail- 
createpublic static AssigneeStatusUpdate create(Timestamp ts, Account.Id updatedBy, Optional<Account.Id> currentAssignee) 
 - 
datepublic abstract Timestamp date() 
 - 
updatedBypublic abstract Account.Id updatedBy() 
 - 
currentAssigneepublic abstract Optional<Account.Id> currentAssignee() 
 
- 
 
-