public static interface ChangeUpdate.Factory
Modifier and Type | Method and Description |
---|---|
ChangeUpdate |
create(com.google.gerrit.reviewdb.client.Change change,
com.google.gerrit.reviewdb.client.Account.Id accountId,
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(com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.Account.Id accountId, 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)