public class RenameGroupOp extends DefaultQueueOp
Modifier and Type | Class and Description |
---|---|
static interface |
RenameGroupOp.Factory |
Constructor and Description |
---|
RenameGroupOp(WorkQueue workQueue,
ProjectCache projectCache,
MetaDataUpdate.Server metaDataUpdateFactory,
org.eclipse.jgit.lib.PersonIdent author,
com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid,
String oldName,
String newName) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
String |
toString() |
start, startWithFixedDelay
@Inject public RenameGroupOp(WorkQueue workQueue, ProjectCache projectCache, MetaDataUpdate.Server metaDataUpdateFactory, org.eclipse.jgit.lib.PersonIdent author, com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid, String oldName, String newName)