Class ExperimentFeaturesConstants
- java.lang.Object
-
- com.google.gerrit.server.experiments.ExperimentFeaturesConstants
-
public class ExperimentFeaturesConstants extends Object
Constants for GerritExperimentFeatures
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.collect.ImmutableSet<String>
DEFAULT_ENABLED_FEATURES
Features, enabled by default in the current release.static String
UI_FEATURE_PATCHSET_COMMENTS
Features that are known experiments and can be referenced in the code.
-
Constructor Summary
Constructors Constructor Description ExperimentFeaturesConstants()
-
-
-
Field Detail
-
UI_FEATURE_PATCHSET_COMMENTS
public static String UI_FEATURE_PATCHSET_COMMENTS
Features that are known experiments and can be referenced in the code.
-
DEFAULT_ENABLED_FEATURES
public static final com.google.common.collect.ImmutableSet<String> DEFAULT_ENABLED_FEATURES
Features, enabled by default in the current release.
-
-