Package com.google.gerrit.server
Class RequestConfig
- java.lang.Object
-
- com.google.gerrit.server.RequestConfig
-
public abstract class RequestConfig extends Object
Represents a configuration on request level that matches requests by request type, URI pattern, caller and/or project pattern.
-
-
Constructor Summary
Constructors Constructor Description RequestConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.ImmutableList<RequestConfig>
parseConfigs(org.eclipse.jgit.lib.Config cfg, String section)
-
-
-
Method Detail
-
parseConfigs
public static com.google.common.collect.ImmutableList<RequestConfig> parseConfigs(org.eclipse.jgit.lib.Config cfg, String section)
-
-