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 Details

    • HasGlobalPermissionSoyFunction

      public HasGlobalPermissionSoyFunction()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface com.atlassian.soy.renderer.SoyFunction
    • apply

      public Boolean apply(Object... args)
      Specified by:
      apply in interface com.atlassian.soy.renderer.SoyServerFunction<Boolean>
    • generate

      public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
      Specified by:
      generate in interface com.atlassian.soy.renderer.SoyClientFunction
    • validArgSizes

      public Set<Integer> validArgSizes()
      Specified by:
      validArgSizes in interface com.atlassian.soy.renderer.SoyFunction
    • setBambooPermissionManager

      @Deprecated public void setBambooPermissionManager(BambooPermissionManager bambooPermissionManager)
      Deprecated.
      since 6.8 use constructor injection or annotation injection