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, Date when)
ChangeDraftUpdate
create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when)
-
-
-
Method Detail
-
create
ChangeDraftUpdate create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when)
-
create
ChangeDraftUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when)
-
-