public class CloverResultWebItemCondition extends Object implements com.atlassian.plugin.web.Condition
Constructor and Description |
---|
CloverResultWebItemCondition() |
Modifier and Type | Method and Description |
---|---|
void |
init(Map<String,String> params) |
void |
setCachedPlanManager(CachedPlanManager cachedPlanManager)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
void |
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
boolean |
shouldDisplay(Map<String,Object> context) |
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.web.Condition
com.atlassian.plugin.PluginParseException
public boolean shouldDisplay(Map<String,Object> context)
shouldDisplay
in interface com.atlassian.plugin.web.Condition
@Deprecated public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
@Deprecated public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.