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