Package com.atlassian.bamboo.soy
Class HasGlobalPermissionSoyFunction
- java.lang.Object
-
- com.atlassian.bamboo.soy.HasGlobalPermissionSoyFunction
-
- All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction,com.atlassian.soy.renderer.SoyFunction,com.atlassian.soy.renderer.SoyServerFunction<Boolean>
public class HasGlobalPermissionSoyFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<Boolean>, com.atlassian.soy.renderer.SoyClientFunction
-
-
Constructor Summary
Constructors Constructor Description HasGlobalPermissionSoyFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Booleanapply(Object... args)com.atlassian.soy.renderer.JsExpressiongenerate(com.atlassian.soy.renderer.JsExpression... args)StringgetName()voidsetBambooPermissionManager(BambooPermissionManager bambooPermissionManager)Deprecated.since 6.8 use constructor injection or annotation injectionSet<Integer>validArgSizes()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
public Boolean apply(Object... args)
- Specified by:
applyin interfacecom.atlassian.soy.renderer.SoyServerFunction<Boolean>
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
- Specified by:
generatein interfacecom.atlassian.soy.renderer.SoyClientFunction
-
validArgSizes
public Set<Integer> validArgSizes()
- Specified by:
validArgSizesin interfacecom.atlassian.soy.renderer.SoyFunction
-
setBambooPermissionManager
@Deprecated public void setBambooPermissionManager(BambooPermissionManager bambooPermissionManager)
Deprecated.since 6.8 use constructor injection or annotation injection
-
-