Package com.google.gerrit.server.project
Class ProjectCreator
- java.lang.Object
- 
- com.google.gerrit.server.project.ProjectCreator
 
- 
 public class ProjectCreator extends Object Business logic for creating projects.This creates the repository, the underlying configuration in refs/meta/configand initializes a first commit if necessary.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectStatecreateProject(CreateProjectArgs args)
 
- 
- 
- 
Method Detail- 
createProjectpublic ProjectState createProject(CreateProjectArgs args) throws BadRequestException, ResourceConflictException, IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
- BadRequestException
- ResourceConflictException
- IOException
- org.eclipse.jgit.errors.ConfigInvalidException
 
 
- 
 
-