Class TopLevelPlanEditTabCondition
java.lang.Object
com.atlassian.bamboo.plugins.web.conditions.AbstractPlanPermissionCondition
com.atlassian.bamboo.plugins.web.conditions.EditPlanPermissionCondition
com.atlassian.bamboo.plugins.web.conditions.TopLevelPlanEditTabCondition
- All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition
,com.atlassian.plugin.web.Condition
-
Field Summary
Fields inherited from class com.atlassian.bamboo.plugins.web.conditions.AbstractPlanPermissionCondition
bambooPermissionManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCachedPlanManager
(CachedPlanManager cachedPlanManager) boolean
shouldDisplay
(Map<String, Object> context) Methods inherited from class com.atlassian.bamboo.plugins.web.conditions.AbstractPlanPermissionCondition
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 Details
-
TopLevelPlanEditTabCondition
public TopLevelPlanEditTabCondition()
-
-
Method Details
-
shouldDisplay
- Specified by:
shouldDisplay
in interfacecom.atlassian.plugin.web.Condition
- Overrides:
shouldDisplay
in classEditPlanPermissionCondition
-
setCachedPlanManager
-