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