public class RepositoryConfig extends Object
Constructor and Description |
---|
RepositoryConfig(org.eclipse.jgit.lib.Config cfg) |
Modifier and Type | Method and Description |
---|---|
List<Path> |
getAllBasePaths() |
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) |
List<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 List<String> getOwnerGroups(com.google.gerrit.reviewdb.client.Project.NameKey project)
public Path getBasePath(com.google.gerrit.reviewdb.client.Project.NameKey project)