Package com.google.gerrit.server.notedb
Interface RobotCommentUpdate.Factory
- Enclosing class:
- RobotCommentUpdate
public static interface RobotCommentUpdate.Factory
- 
Method SummaryModifier and TypeMethodDescriptioncreate(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when) create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when) 
- 
Method Details- 
createRobotCommentUpdate create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when) 
- 
createRobotCommentUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when) 
 
-