com.atlassian.bamboo.plugins.web.conditions
Class TopLevelPlanEditTabCondition

java.lang.Object
  extended by com.atlassian.bamboo.plugins.web.conditions.AbstractPlanPermissionCondition
      extended by com.atlassian.bamboo.plugins.web.conditions.EditPlanPermissionCondition
          extended by com.atlassian.bamboo.plugins.web.conditions.TopLevelPlanEditTabCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class TopLevelPlanEditTabCondition
extends EditPlanPermissionCondition


Field Summary
 
Fields inherited from class com.atlassian.bamboo.plugins.web.conditions.AbstractPlanPermissionCondition
bambooPermissionManager
 
Constructor Summary
TopLevelPlanEditTabCondition()
           
 
Method Summary
 void setPlanManager(PlanManager planManager)
           
 boolean shouldDisplay(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class com.atlassian.bamboo.plugins.web.conditions.AbstractPlanPermissionCondition
checkPlanPermission, init, setBambooPermissionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.web.Condition
init
 

Constructor Detail

TopLevelPlanEditTabCondition

public TopLevelPlanEditTabCondition()
Method Detail

shouldDisplay

public boolean shouldDisplay(java.util.Map<java.lang.String,java.lang.Object> context)
Specified by:
shouldDisplay in interface com.atlassian.plugin.web.Condition
Overrides:
shouldDisplay in class EditPlanPermissionCondition

setPlanManager

public void setPlanManager(PlanManager planManager)


Copyright © 2011 Atlassian. All Rights Reserved.