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