Package com.google.gerrit.server.notedb
Interface ChangeDraftNotesUpdate.Factory
- All Superinterfaces:
ChangeDraftUpdate.ChangeDraftUpdateFactory
- Enclosing class:
- ChangeDraftNotesUpdate
public static interface ChangeDraftNotesUpdate.Factory
extends ChangeDraftUpdate.ChangeDraftUpdateFactory
-
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
ChangeDraftNotesUpdate create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when) - Specified by:
create
in interfaceChangeDraftUpdate.ChangeDraftUpdateFactory
-
create
ChangeDraftNotesUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Instant when) - Specified by:
create
in interfaceChangeDraftUpdate.ChangeDraftUpdateFactory
-