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(Project.NameKey project) |
SubmitType |
getDefaultSubmitType(Project.NameKey project) |
List<String> |
getOwnerGroups(Project.NameKey project) |
@Inject public RepositoryConfig(org.eclipse.jgit.lib.Config cfg)
public SubmitType getDefaultSubmitType(Project.NameKey project)
public List<String> getOwnerGroups(Project.NameKey project)
public Path getBasePath(Project.NameKey project)