Class 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.
      • GERRIT_BACKEND_REQUEST_FEATURE_REMOVE_REVISION_ETAG

        public static String GERRIT_BACKEND_REQUEST_FEATURE_REMOVE_REVISION_ETAG
      • GERRIT_BACKEND_REQUEST_FEATURE_STORE_SUBMIT_REQUIREMENTS_ON_MERGE

        public static final String GERRIT_BACKEND_REQUEST_FEATURE_STORE_SUBMIT_REQUIREMENTS_ON_MERGE
        Enable storing submit requirements in NoteDb when the change is merged.
        See Also:
        Constant Field Values
      • GERRIT_BACKEND_REQUEST_FEATURE_ENABLE_SUBMIT_REQUIREMENTS_BACKFILLING_ON_DASHBOARD

        public static final String GERRIT_BACKEND_REQUEST_FEATURE_ENABLE_SUBMIT_REQUIREMENTS_BACKFILLING_ON_DASHBOARD
        Allow SubmitRequirements to be computed freshly on dashboards irrespective of the value we retrieved 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.
    • Constructor Detail

      • ExperimentFeaturesConstants

        public ExperimentFeaturesConstants()