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_FEATURE_ATTACH_NONCE_TO_DOCUMENTATION
Features that are known experiments and can be referenced in the code.static String
GERRIT_BACKEND_FEATURE_DO_NOT_AWAIT_CHANGE_INDEXING
On BatchUpdate, do not await index completion before returning to the user
-
Constructor Summary
Constructors Constructor Description ExperimentFeaturesConstants()
-
-
-
Field Detail
-
GERRIT_BACKEND_FEATURE_ATTACH_NONCE_TO_DOCUMENTATION
public static String GERRIT_BACKEND_FEATURE_ATTACH_NONCE_TO_DOCUMENTATION
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.
-
GERRIT_BACKEND_FEATURE_DO_NOT_AWAIT_CHANGE_INDEXING
public static String GERRIT_BACKEND_FEATURE_DO_NOT_AWAIT_CHANGE_INDEXING
On BatchUpdate, do not await index completion before returning to the user
-
-