public class ConfigInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigInfo.ConfigParameterInfo |
static class |
ConfigInfo.InheritedBooleanInfo |
static class |
ConfigInfo.MaxObjectSizeLimitInfo |
Modifier and Type | Field and Description |
---|---|
Map<String,com.google.gerrit.extensions.common.ActionInfo> |
actions |
Map<String,CommentLinkInfo> |
commentlinks |
String |
description |
String |
kind |
ConfigInfo.MaxObjectSizeLimitInfo |
maxObjectSizeLimit |
Map<String,Map<String,ConfigInfo.ConfigParameterInfo>> |
pluginConfig |
ConfigInfo.InheritedBooleanInfo |
requireChangeId |
com.google.gerrit.reviewdb.client.Project.State |
state |
com.google.gerrit.reviewdb.client.Project.SubmitType |
submitType |
ThemeInfo |
theme |
ConfigInfo.InheritedBooleanInfo |
useContentMerge |
ConfigInfo.InheritedBooleanInfo |
useContributorAgreements |
ConfigInfo.InheritedBooleanInfo |
useSignedOffBy |
Constructor and Description |
---|
ConfigInfo(ProjectControl control,
TransferConfig config,
com.google.gerrit.extensions.registration.DynamicMap<ProjectConfigEntry> pluginConfigEntries,
PluginConfigFactory cfgFactory,
AllProjectsNameProvider allProjects,
com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<ProjectResource>> views) |
public final String kind
public String description
public ConfigInfo.InheritedBooleanInfo useContributorAgreements
public ConfigInfo.InheritedBooleanInfo useContentMerge
public ConfigInfo.InheritedBooleanInfo useSignedOffBy
public ConfigInfo.InheritedBooleanInfo requireChangeId
public ConfigInfo.MaxObjectSizeLimitInfo maxObjectSizeLimit
public com.google.gerrit.reviewdb.client.Project.SubmitType submitType
public com.google.gerrit.reviewdb.client.Project.State state
public Map<String,Map<String,ConfigInfo.ConfigParameterInfo>> pluginConfig
public Map<String,CommentLinkInfo> commentlinks
public ThemeInfo theme
public ConfigInfo(ProjectControl control, TransferConfig config, com.google.gerrit.extensions.registration.DynamicMap<ProjectConfigEntry> pluginConfigEntries, PluginConfigFactory cfgFactory, AllProjectsNameProvider allProjects, com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<ProjectResource>> views)