Package com.google.gerrit.server.schema
Class AllUsersCreator
- java.lang.Object
-
- com.google.gerrit.server.schema.AllUsersCreator
-
public class AllUsersCreator extends Object
Creates theAll-Users
repository.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create()
AllUsersCreator
setAdministrators(GroupReference admin)
-
-
-
Method Detail
-
setAdministrators
public AllUsersCreator setAdministrators(GroupReference admin)
-
create
public void create() throws IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-