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