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
GERRIT_BACKEND_REQUEST_FEATURE_COMPUTE_FROM_ALL_USERS_REPOSITORY
When set, we compute information from All-Users repository if able, instead of computing it from the change index.static String
GERRIT_BACKEND_REQUEST_FEATURE_REMOVE_REVISION_ETAG
static String
UI_FEATURE_PATCHSET_COMMENTS
Features that are known experiments and can be referenced in the code.static String
UI_FEATURE_SUBMIT_REQUIREMENTS_UI
-
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.
-
UI_FEATURE_SUBMIT_REQUIREMENTS_UI
public static String UI_FEATURE_SUBMIT_REQUIREMENTS_UI
-
GERRIT_BACKEND_REQUEST_FEATURE_REMOVE_REVISION_ETAG
public static String GERRIT_BACKEND_REQUEST_FEATURE_REMOVE_REVISION_ETAG
-
GERRIT_BACKEND_REQUEST_FEATURE_COMPUTE_FROM_ALL_USERS_REPOSITORY
public static final String GERRIT_BACKEND_REQUEST_FEATURE_COMPUTE_FROM_ALL_USERS_REPOSITORY
When set, we compute information from All-Users repository if able, instead of computing it from the change index.- See Also:
- Constant Field Values
-
DEFAULT_ENABLED_FEATURES
public static final com.google.common.collect.ImmutableSet<String> DEFAULT_ENABLED_FEATURES
Features, enabled by default in the current release.
-
-