public class FeatureFlagFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<Boolean>, com.atlassian.soy.renderer.SoyClientFunction
| Constructor and Description |
|---|
FeatureFlagFunction(FeatureManager jiraFeatureManager) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(Object... args) |
com.atlassian.soy.renderer.JsExpression |
generate(com.atlassian.soy.renderer.JsExpression... args) |
String |
getName() |
Set<Integer> |
validArgSizes() |
public FeatureFlagFunction(FeatureManager jiraFeatureManager)
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
generate in interface com.atlassian.soy.renderer.SoyClientFunctionpublic String getName()
getName in interface com.atlassian.soy.renderer.SoyFunctionpublic Boolean apply(Object... args)
apply in interface com.atlassian.soy.renderer.SoyServerFunction<Boolean>Copyright © 2002-2018 Atlassian. All Rights Reserved.