Class GlobalAdminCondition

java.lang.Object
com.atlassian.greenhopper.web.admin.GlobalAdminCondition
All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

public class GlobalAdminCondition extends Object implements com.atlassian.plugin.web.Condition
Condition to check whether JIRA administrators can view Agile administrative pages. The only exception to the rule is the rank management page which is always visible to administrators.
  • Constructor Details

    • GlobalAdminCondition

      public GlobalAdminCondition()
  • Method Details

    • init

      public void init(Map<String,String> params)
      Specified by:
      init in interface com.atlassian.plugin.web.Condition
    • shouldDisplay

      public boolean shouldDisplay(Map<String,Object> context)
      Specified by:
      shouldDisplay in interface com.atlassian.plugin.web.Condition