Package com.google.gerrit.server.notedb
Interface RobotCommentUpdate.Factory
- Enclosing class:
- RobotCommentUpdate
public static interface RobotCommentUpdate.Factory
-
Method Summary
Modifier 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
-
create
RobotCommentUpdate create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when) -
create
RobotCommentUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when)
-