Package | Description |
---|---|
io.unlaunch.engine | |
io.unlaunch.store |
Modifier and Type | Method | Description |
---|---|---|
Map<FeatureFlag,Variation> |
FeatureFlag.getPrerequisiteFlags() |
|
List<FeatureFlag> |
JsonObjectConversionHelper.toUnlaunchFlags(org.json.simple.JSONArray flags) |
Transform flags in JSONArray object to List of feature flags.
|
Modifier and Type | Method | Description |
---|---|---|
UnlaunchFeature |
Evaluator.evaluate(FeatureFlag flag,
UnlaunchUser user) |
Constructor | Description |
---|---|
FeatureFlag(String key,
String name,
List<Variation> variations,
Map<FeatureFlag,Variation> prerequisiteFlags,
List<io.unlaunch.engine.Rule> rules,
boolean enabled,
Variation offVariation,
io.unlaunch.engine.Rule defaultRule,
String expectedVariationKey,
String type) |
Modifier and Type | Method | Description |
---|---|---|
FeatureFlag |
UnlaunchDataStore.getFlag(String flagKey) |
Modifier and Type | Method | Description |
---|---|---|
List<FeatureFlag> |
UnlaunchDataStore.getAllFlags() |
Copyright © 2020 Unlaunch. All rights reserved.