Package com.google.gerrit.server.project
Class ProjectCreator
java.lang.Object
com.google.gerrit.server.project.ProjectCreator
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
-
Method Details
-
createProject
@CanIgnoreReturnValue public ProjectState createProject(CreateProjectArgs args) throws BadRequestException, ResourceConflictException, IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
BadRequestException
ResourceConflictException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-