Package com.google.gerrit.server.git
Interface RenameGroupOp.Factory
- 
- Enclosing class:
- RenameGroupOp
 
 public static interface RenameGroupOp.Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RenameGroupOpcreate(org.eclipse.jgit.lib.PersonIdent author, AccountGroup.UUID uuid, String oldName, String newName)
 
- 
- 
- 
Method Detail- 
createRenameGroupOp create(org.eclipse.jgit.lib.PersonIdent author, AccountGroup.UUID uuid, String oldName, String newName) 
 
- 
 
-