public class DCLockLeasingActivator extends Object implements FeatureFlagActivator
| Modifier and Type | Field and Description |
|---|---|
static String |
DC_LOCK_LEASING_ENABLED |
| Constructor and Description |
|---|
DCLockLeasingActivator(BuildUtilsInfo buildUtilsInfo) |
| Modifier and Type | Method and Description |
|---|---|
Set<FeatureFlag> |
getActivatedFlags()
Return a set of feature flags that should be considered as activated (ie.
|
public static final String DC_LOCK_LEASING_ENABLED
public DCLockLeasingActivator(BuildUtilsInfo buildUtilsInfo)
@Nonnull public Set<FeatureFlag> getActivatedFlags()
FeatureFlagActivator
NB: The FeatureFlag returned from this method must return false from FeatureFlag.isOnByDefault()
and therefore be off by default, to be considered valid.
getActivatedFlags in interface FeatureFlagActivatorCopyright © 2002-2024 Atlassian. All Rights Reserved.