@PublicSpi
public interface SiteDarkFeaturesStorage
DarkFeatureManager
implementation.void 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 © 2015 Atlassian. All rights reserved.