Uses of Class
io.unlaunch.engine.FeatureFlag
Package | Description |
---|---|
io.unlaunch.engine | |
io.unlaunch.store |
-
Uses of FeatureFlag in io.unlaunch.engine
Methods in io.unlaunch.engine that return types with arguments of type FeatureFlag Modifier and Type Method Description java.util.Map<FeatureFlag,Variation>
FeatureFlag. getPrerequisiteFlags()
java.util.List<FeatureFlag>
JsonObjectConversionHelper. toUnlaunchFlags(org.json.simple.JSONArray flags)
Transform flags in JSONArray object to List of feature flags.Methods in io.unlaunch.engine with parameters of type FeatureFlag Modifier and Type Method Description UnlaunchFeature
Evaluator. evaluate(FeatureFlag flag, UnlaunchUser user)
Constructor parameters in io.unlaunch.engine with type arguments of type FeatureFlag Constructor Description FeatureFlag(java.lang.String key, java.lang.String name, java.util.List<Variation> variations, java.util.Map<FeatureFlag,Variation> prerequisiteFlags, java.util.List<io.unlaunch.engine.Rule> rules, boolean enabled, Variation offVariation, io.unlaunch.engine.Rule defaultRule, java.lang.String expectedVariationKey, java.lang.String type)
-
Uses of FeatureFlag in io.unlaunch.store
Methods in io.unlaunch.store that return FeatureFlag Modifier and Type Method Description FeatureFlag
UnlaunchDataStore. getFlag(java.lang.String flagKey)
Methods in io.unlaunch.store that return types with arguments of type FeatureFlag Modifier and Type Method Description java.util.List<FeatureFlag>
UnlaunchDataStore. getAllFlags()