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,
java.util.Date when,
java.util.Comparator<java.lang.String> labelNameComparator) |
ChangeUpdate |
create(ChangeControl ctl) |
ChangeUpdate |
create(ChangeControl ctl,
java.util.Date when) |
ChangeUpdate |
create(ChangeControl ctl,
java.util.Date when,
java.util.Comparator<java.lang.String> labelNameComparator) |
ChangeUpdate create(ChangeControl ctl)
ChangeUpdate create(ChangeControl ctl, java.util.Date when)
ChangeUpdate create(Change change, Account.Id accountId, Account.Id realAccountId, org.eclipse.jgit.lib.PersonIdent authorIdent, java.util.Date when, java.util.Comparator<java.lang.String> labelNameComparator)
ChangeUpdate create(ChangeControl ctl, java.util.Date when, java.util.Comparator<java.lang.String> labelNameComparator)