public class CustomfieldsCleanupActivator extends Object implements FeatureFlagActivator
Constructor and Description |
---|
CustomfieldsCleanupActivator(ClusterManager clusterManager,
BuildUtilsInfo buildUtilsInfo) |
Modifier and Type | Method and Description |
---|---|
Set<FeatureFlag> |
getActivatedFlags()
Return a set of feature flags that should be considered as activated (ie.
|
boolean |
isClusterLicensed() |
public CustomfieldsCleanupActivator(ClusterManager clusterManager, BuildUtilsInfo buildUtilsInfo)
public boolean isClusterLicensed()
@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 FeatureFlagActivator
Copyright © 2002-2022 Atlassian. All Rights Reserved.