public static interface RobotCommentUpdate.Factory
Modifier and Type | Method and Description |
---|---|
RobotCommentUpdate |
create(Change change,
Account.Id accountId,
Account.Id realAccountId,
org.eclipse.jgit.lib.PersonIdent authorIdent,
java.util.Date when) |
RobotCommentUpdate |
create(ChangeNotes notes,
Account.Id accountId,
Account.Id realAccountId,
org.eclipse.jgit.lib.PersonIdent authorIdent,
java.util.Date when) |
RobotCommentUpdate create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, java.util.Date when)
RobotCommentUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, java.util.Date when)