public static interface ChangeDraftUpdate.Factory
Modifier and Type | Method and Description |
---|---|
ChangeDraftUpdate |
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) |
ChangeDraftUpdate |
create(ChangeNotes notes,
com.google.gerrit.reviewdb.client.Account.Id accountId,
org.eclipse.jgit.lib.PersonIdent authorIdent,
java.util.Date when) |
ChangeDraftUpdate create(ChangeNotes notes, com.google.gerrit.reviewdb.client.Account.Id accountId, org.eclipse.jgit.lib.PersonIdent authorIdent, java.util.Date when)
ChangeDraftUpdate 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)