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(ChangeControl ctl) |
ChangeUpdate |
create(ChangeControl ctl,
Date when) |
ChangeUpdate |
create(ChangeControl ctl,
Date when,
Comparator<String> labelNameComparator) |
ChangeUpdate create(ChangeControl ctl)
ChangeUpdate create(ChangeControl ctl, 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(ChangeControl ctl, Date when, Comparator<String> labelNameComparator)