Package com.google.gerrit.server.config
Class RepositoryConfig
- java.lang.Object
-
- com.google.gerrit.server.config.RepositoryConfig
-
public class RepositoryConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryConfig(org.eclipse.jgit.lib.Config cfg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<Path>
getAllBasePaths()
Path
getBasePath(Project.NameKey project)
SubmitType
getDefaultSubmitType(Project.NameKey project)
com.google.common.collect.ImmutableList<String>
getOwnerGroups(Project.NameKey project)
-
-
-
Method Detail
-
getDefaultSubmitType
public SubmitType getDefaultSubmitType(Project.NameKey project)
-
getOwnerGroups
public com.google.common.collect.ImmutableList<String> getOwnerGroups(Project.NameKey project)
-
getBasePath
public Path getBasePath(Project.NameKey project)
-
getAllBasePaths
public com.google.common.collect.ImmutableList<Path> getAllBasePaths()
-
-