Package | Description |
---|---|
com.atlassian.sal.api.features |
Modifier and Type | Method and Description |
---|---|
static FeatureKeyScope |
FeatureKeyScope.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureKeyScopePredicate.apply(FeatureKeyScope input) |
static FeatureKeyScopePredicate |
FeatureKeyScopePredicate.filterBy(FeatureKeyScope featureKeyScope) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<String> |
EnabledDarkFeatures.getFeatureKeys(com.google.common.base.Predicate<FeatureKeyScope> criteria)
Returns all enabled feature keys matching the given criteria.
|
Constructor and Description |
---|
FeatureKeyScopePredicate(FeatureKeyScope featureKeyScope) |
Constructor and Description |
---|
EnabledDarkFeatures(com.google.common.collect.ImmutableMap<FeatureKeyScope,com.google.common.collect.ImmutableSet<String>> enabledFeatures)
Create an instance of enabled features based on the given map.
|
Copyright © 2015 Atlassian. All rights reserved.