public static interface ChangeDraftUpdate.Factory
Modifier and Type | Method and 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) |
ChangeDraftUpdate create(ChangeNotes notes, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when)
ChangeDraftUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when)