public class RepositoryConfig
extends java.lang.Object
Constructor and Description |
---|
RepositoryConfig(org.eclipse.jgit.lib.Config cfg) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.nio.file.Path> |
getAllBasePaths() |
java.nio.file.Path |
getBasePath(com.google.gerrit.reviewdb.client.Project.NameKey project) |
com.google.gerrit.extensions.client.SubmitType |
getDefaultSubmitType(com.google.gerrit.reviewdb.client.Project.NameKey project) |
java.util.List<java.lang.String> |
getOwnerGroups(com.google.gerrit.reviewdb.client.Project.NameKey project) |
@Inject public RepositoryConfig(org.eclipse.jgit.lib.Config cfg)
public com.google.gerrit.extensions.client.SubmitType getDefaultSubmitType(com.google.gerrit.reviewdb.client.Project.NameKey project)
public java.util.List<java.lang.String> getOwnerGroups(com.google.gerrit.reviewdb.client.Project.NameKey project)
public java.nio.file.Path getBasePath(com.google.gerrit.reviewdb.client.Project.NameKey project)
public java.util.List<java.nio.file.Path> getAllBasePaths()