@ExperimentalSpi
public interface FeatureFlagActivator
For example you could use the JIRA build number to evaluate if flag should be activated.
Modifier and Type | Method and Description |
---|---|
Set<FeatureFlag> |
getActivatedFlags()
Return a set of feature flags that should be considered as activated (ie.
|
@Nonnull Set<FeatureFlag> getActivatedFlags()
NB: The FeatureFlag
returned from this method must return false from FeatureFlag.isOnByDefault()
and therefore be off by default, to be considered valid.
Copyright © 2002-2021 Atlassian. All Rights Reserved.