@PublicSpi
public interface SiteDarkFeaturesStorage
DarkFeatureManager
implementation.| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String featureKey)
Tells whether the given dark feature key is defined (exists, is known) site wide.
|
void |
disable(String featureKey)
Disable the given dark feature key site wide.
|
void |
enable(String featureKey)
Enable the given dark feature key site wide.
|
com.google.common.collect.ImmutableSet<String> |
getEnabledDarkFeatures() |
boolean contains(String featureKey)
featureKey - the feature key to be checked; not blank, leading and trailing whitespaces are removedtrue if the site contains the given feature key, false otherwisevoid enable(String featureKey)
featureKey - the feature key to be enabled; not blank, leading and trailing whitespaces are removedvoid disable(String featureKey)
featureKey - the feature key to be disabled; not blank, leading and trailing whitespaces are removedcom.google.common.collect.ImmutableSet<String> getEnabledDarkFeatures()
Copyright © 2018 Atlassian. All rights reserved.