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/config
and initializes a first commit if necessary.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectState
createProject(CreateProjectArgs args)
-
-
-
Method Detail
-
createProject
public ProjectState createProject(CreateProjectArgs args) throws BadRequestException, ResourceConflictException, IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
BadRequestException
ResourceConflictException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-