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,
AccountGroup.UUID uuid,
java.lang.String oldName,
java.lang.String newName) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
java.lang.String |
toString() |
start, startWithFixedDelay
@Inject public RenameGroupOp(WorkQueue workQueue, ProjectCache projectCache, MetaDataUpdate.Server metaDataUpdateFactory, org.eclipse.jgit.lib.PersonIdent author, AccountGroup.UUID uuid, java.lang.String oldName, java.lang.String newName)