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