Class IsNewAppSwitcherCondition
- java.lang.Object
-
- com.atlassian.bamboo.plugins.web.conditions.IsNewAppSwitcherCondition
-
- All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition
,com.atlassian.plugin.web.Condition
public class IsNewAppSwitcherCondition extends Object implements com.atlassian.plugin.web.Condition
Displays a web item or web section only if the new appswitcher is enabled. It's used by nav-links-plugin so do not remove it - otherwise the plugin will not load.
-
-
Constructor Summary
Constructors Constructor Description IsNewAppSwitcherCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(Map<String,String> params)
boolean
shouldDisplay(Map<String,Object> context)
-