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