Class CloverBuildWebItemCondition
- java.lang.Object
-
- com.atlassian.bamboo.clover.build.coverage.CloverBuildWebItemCondition
-
- All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition,com.atlassian.plugin.web.Condition
public class CloverBuildWebItemCondition extends Object implements com.atlassian.plugin.web.Condition
-
-
Constructor Summary
Constructors Constructor Description CloverBuildWebItemCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidinit(Map<String,String> params)voidsetCachedPlanManager(CachedPlanManager cachedPlanManager)Deprecated.since 6.8 use constructor injection or annotation injectionbooleanshouldDisplay(Map<String,Object> context)
-
-
-
Method Detail
-
init
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
- Specified by:
initin interfacecom.atlassian.plugin.web.Condition- Throws:
com.atlassian.plugin.PluginParseException
-
shouldDisplay
public boolean shouldDisplay(Map<String,Object> context)
- Specified by:
shouldDisplayin interfacecom.atlassian.plugin.web.Condition
-
setCachedPlanManager
@Deprecated public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
Deprecated.since 6.8 use constructor injection or annotation injection
-
-