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>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.soy.renderer.JsExpression
generate
(com.atlassian.soy.renderer.JsExpression... args) getName()
void
setBambooPermissionManager
(BambooPermissionManager bambooPermissionManager) Deprecated.since 6.8 use constructor injection or annotation injection
-
Constructor Details
-
HasGlobalPermissionSoyFunction
public HasGlobalPermissionSoyFunction()
-
-
Method Details
-
getName
- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
- Specified by:
apply
in interfacecom.atlassian.soy.renderer.SoyServerFunction<Boolean>
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args) - Specified by:
generate
in interfacecom.atlassian.soy.renderer.SoyClientFunction
-
validArgSizes
- Specified by:
validArgSizes
in interfacecom.atlassian.soy.renderer.SoyFunction
-
setBambooPermissionManager
Deprecated.since 6.8 use constructor injection or annotation injection
-