public static interface ChangeUpdate.Factory
Modifier and Type | Method and Description |
---|---|
ChangeUpdate |
create(Change change,
Account.Id accountId,
Account.Id realAccountId,
org.eclipse.jgit.lib.PersonIdent authorIdent,
Date when,
Comparator<String> labelNameComparator) |
ChangeUpdate |
create(ChangeNotes notes,
CurrentUser user) |
ChangeUpdate |
create(ChangeNotes notes,
CurrentUser user,
Date when) |
ChangeUpdate |
create(ChangeNotes notes,
CurrentUser user,
Date when,
Comparator<String> labelNameComparator) |
ChangeUpdate create(ChangeNotes notes, CurrentUser user)
ChangeUpdate create(ChangeNotes notes, CurrentUser user, Date when)
ChangeUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, Date when, Comparator<String> labelNameComparator)
ChangeUpdate create(ChangeNotes notes, CurrentUser user, Date when, Comparator<String> labelNameComparator)