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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<RequestConfig>
parseConfigs
(org.eclipse.jgit.lib.Config cfg, String section)
-
Constructor Details
-
RequestConfig
public RequestConfig()
-
-
Method Details
-
parseConfigs
public static com.google.common.collect.ImmutableList<RequestConfig> parseConfigs(org.eclipse.jgit.lib.Config cfg, String section)
-