Uses of Enum
com.atlassian.sal.api.features.FeatureKeyScope
Packages that use FeatureKeyScope
-
Uses of FeatureKeyScope in com.atlassian.sal.api.features
Methods in com.atlassian.sal.api.features that return FeatureKeyScopeModifier and TypeMethodDescriptionstatic FeatureKeyScopeReturns the enum constant of this type with the specified name.static FeatureKeyScope[]FeatureKeyScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.sal.api.features with parameters of type FeatureKeyScopeModifier and TypeMethodDescriptionstatic FeatureKeyScopePredicateFeatureKeyScopePredicate.filterBy(FeatureKeyScope featureKeyScope) booleanFeatureKeyScopePredicate.test(FeatureKeyScope input) Method parameters in com.atlassian.sal.api.features with type arguments of type FeatureKeyScopeModifier and TypeMethodDescriptionEnabledDarkFeatures.getFeatureKeys(Predicate<FeatureKeyScope> criteria) Returns all enabled feature keys matching the given criteria.Constructors in com.atlassian.sal.api.features with parameters of type FeatureKeyScopeConstructor parameters in com.atlassian.sal.api.features with type arguments of type FeatureKeyScopeModifierConstructorDescriptionEnabledDarkFeatures(Map<FeatureKeyScope, Set<String>> enabledFeatures) Create an instance of enabled features based on the given map.