Uses of Class
io.getunleash.UnleashContext
-
Packages that use UnleashContext Package Description io.getunleash io.getunleash.strategy io.getunleash.strategy.constraints io.getunleash.variant no.finn.unleash -
-
Uses of UnleashContext in io.getunleash
Methods in io.getunleash that return UnleashContext Modifier and Type Method Description UnleashContextUnleashContext. applyStaticFields(UnleashConfig config)UnleashContextUnleashContext.Builder. build()UnleashContextUnleashContextProvider. getContext()Methods in io.getunleash 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 io.getunleash with type arguments of type UnleashContext Modifier and Type Method Description booleanDefaultUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)booleanDefaultUnleash. isEnabled(String toggleName, BiFunction<String,UnleashContext,Boolean> fallbackAction)booleanFakeUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)booleanFakeUnleash. isEnabled(String toggleName, BiFunction<String,UnleashContext,Boolean> fallbackAction)default booleanUnleash. isEnabled(String toggleName, UnleashContext context, BiFunction<String,UnleashContext,Boolean> fallbackAction)default booleanUnleash. isEnabled(String toggleName, BiFunction<String,UnleashContext,Boolean> fallbackAction)Constructors in io.getunleash with parameters of type UnleashContext Constructor Description Builder(UnleashContext context) -
Uses of UnleashContext in io.getunleash.strategy
Methods in io.getunleash.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 io.getunleash.strategy.constraints
Methods in io.getunleash.strategy.constraints with parameters of type UnleashContext Modifier and Type Method Description booleanConstraintOperator. evaluate(Constraint constraint, UnleashContext context)booleanDateConstraintOperator. evaluate(Constraint constraint, UnleashContext context)booleanNumberConstraintOperator. evaluate(Constraint constraint, UnleashContext context)booleanSemverConstraintOperator. evaluate(Constraint constraint, UnleashContext context)booleanStringConstraintOperator. evaluate(Constraint constraint, UnleashContext context) -
Uses of UnleashContext in io.getunleash.variant
Methods in io.getunleash.variant with parameters of type UnleashContext Modifier and Type Method Description static VariantVariantUtil. selectVariant(FeatureToggle featureToggle, UnleashContext context, Variant defaultVariant) -
Uses of UnleashContext in no.finn.unleash
Subclasses of UnleashContext in no.finn.unleash Modifier and Type Class Description classUnleashContextDeprecated.useUnleashContext
-