Package com.google.gerrit.server
Class RequestConfig
java.lang.Object
com.google.gerrit.server.RequestConfig
Represents a configuration on request level that matches requests by request type, URI pattern,
 caller and/or project pattern.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<RequestConfig>parseConfigs(org.eclipse.jgit.lib.Config cfg, String section) 
- 
Constructor Details- 
RequestConfigpublic RequestConfig()
 
- 
- 
Method Details- 
parseConfigspublic static com.google.common.collect.ImmutableList<RequestConfig> parseConfigs(org.eclipse.jgit.lib.Config cfg, String section) 
 
-