Package com.google.gerrit.server.notedb
Interface RobotCommentUpdate.Factory
- 
- Enclosing class:
- RobotCommentUpdate
 
 public static interface RobotCommentUpdate.Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RobotCommentUpdatecreate(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when)RobotCommentUpdatecreate(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when)
 
- 
- 
- 
Method Detail- 
createRobotCommentUpdate create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when) 
 - 
createRobotCommentUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when) 
 
- 
 
-