Uses of Class
no.finn.unleash.UnleashContext
-
Packages that use UnleashContext Package Description no.finn.unleash no.finn.unleash.strategy no.finn.unleash.variant -
-
Uses of UnleashContext in no.finn.unleash
Methods in no.finn.unleash that return UnleashContext Modifier and Type Method Description UnleashContextUnleashContext. applyStaticFields(UnleashConfig config)UnleashContextUnleashContext.Builder. build()UnleashContextUnleashContextProvider. getContext()Methods in no.finn.unleash with parameters of type UnleashContext Modifier and Type Method Description List<EvaluatedToggle>DefaultUnleash.DefaultMore. evaluateAllToggles(UnleashContext context)List<EvaluatedToggle>FakeUnleash.FakeMore. evaluateAllToggles(UnleashContext context)List<EvaluatedToggle>MoreOperations. evaluateAllToggles(UnleashContext context)Evaluate all toggles using the provided context.VariantDefaultUnleash. getVariant(String toggleName, UnleashContext context)VariantDefaultUnleash. getVariant(String toggleName, UnleashContext context, Variant defaultValue)VariantFakeUnleash. getVariant(String toggleName, UnleashContext context)VariantFakeUnleash. getVariant(String toggleName, UnleashContext context, Variant defaultValue)VariantUnleash. getVariant(String toggleName, UnleashContext context)VariantUnleash. getVariant(String toggleName, UnleashContext context, Variant defaultValue)booleanDefaultUnleash. isEnabled(String toggleName, UnleashContext context, boolean defaultSetting)booleanDefaultUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)booleanFakeUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)default booleanUnleash. isEnabled(String toggleName, UnleashContext context)default booleanUnleash. isEnabled(String toggleName, UnleashContext context, boolean defaultSetting)default booleanUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)Method parameters in no.finn.unleash with type arguments of type UnleashContext Modifier and Type Method Description booleanDefaultUnleash. isEnabled(String toggleName, BiFunction<String,UnleashContext,Boolean> fallbackAction)booleanDefaultUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)booleanFakeUnleash. isEnabled(String toggleName, BiFunction<String,UnleashContext,Boolean> fallbackAction)booleanFakeUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)default booleanUnleash. isEnabled(String toggleName, BiFunction<String,UnleashContext,Boolean> fallbackAction)default booleanUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)Constructors in no.finn.unleash with parameters of type UnleashContext Constructor Description Builder(UnleashContext context) -
Uses of UnleashContext in no.finn.unleash.strategy
Methods in no.finn.unleash.strategy with parameters of type UnleashContext Modifier and Type Method Description booleanFlexibleRolloutStrategy. isEnabled(Map<String,String> parameters, UnleashContext unleashContext)booleanGradualRolloutSessionIdStrategy. isEnabled(Map<String,String> parameters, UnleashContext unleashContext)booleanGradualRolloutUserIdStrategy. isEnabled(Map<String,String> parameters, UnleashContext unleashContext)booleanRemoteAddressStrategy. isEnabled(Map<String,String> parameters, UnleashContext context)default booleanStrategy. isEnabled(Map<String,String> parameters, UnleashContext unleashContext)default booleanStrategy. isEnabled(Map<String,String> parameters, UnleashContext unleashContext, List<Constraint> constraints)booleanUserWithIdStrategy. isEnabled(Map<String,String> parameters, UnleashContext unleashContext)static booleanConstraintUtil. validate(List<Constraint> constraints, UnleashContext context) -
Uses of UnleashContext in no.finn.unleash.variant
Methods in no.finn.unleash.variant with parameters of type UnleashContext Modifier and Type Method Description static VariantVariantUtil. selectVariant(FeatureToggle featureToggle, UnleashContext context, Variant defaultVariant)
-