Class RepositoryConfig

java.lang.Object
com.google.gerrit.server.config.RepositoryConfig

public class RepositoryConfig extends Object
  • Constructor Details

    • RepositoryConfig

      @Inject public RepositoryConfig(org.eclipse.jgit.lib.Config cfg)
  • Method Details

    • getDefaultSubmitType

      public SubmitType getDefaultSubmitType(Project.NameKey project)
    • getOwnerGroups

      public com.google.common.collect.ImmutableList<String> getOwnerGroups(Project.NameKey project)
    • getBasePath

      public Path getBasePath(Project.NameKey project)
    • getAllBasePaths

      public com.google.common.collect.ImmutableList<Path> getAllBasePaths()