public class AllProjectsCreator
extends java.lang.Object
All-Projects repository and initial ACLs.| Modifier and Type | Method and Description | 
|---|---|
| void | create() | 
| static LabelType | initCodeReviewLabel(ProjectConfig c) | 
| AllProjectsCreator | setAdministrators(GroupReference admin) | 
| AllProjectsCreator | setBatchUsers(GroupReference batch) | 
| AllProjectsCreator | setCommitMessage(java.lang.String message) | 
| AllProjectsCreator | setFirstChangeIdForNoteDb(int id) | 
public AllProjectsCreator setAdministrators(GroupReference admin)
public AllProjectsCreator setBatchUsers(GroupReference batch)
public AllProjectsCreator setCommitMessage(java.lang.String message)
public AllProjectsCreator setFirstChangeIdForNoteDb(int id)
public void create()
            throws java.io.IOException,
                   org.eclipse.jgit.errors.ConfigInvalidException
java.io.IOExceptionorg.eclipse.jgit.errors.ConfigInvalidExceptionpublic static LabelType initCodeReviewLabel(ProjectConfig c)