public abstract class AbstractNotificationCondition extends Object implements com.atlassian.plugin.web.Condition
Conditions that work with a NotificationContext.| Constructor and Description |
|---|
AbstractNotificationCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Map<String,String> params) |
boolean |
shouldDisplay(Map context) |
protected abstract boolean |
shouldDisplay(NotificationContext context) |
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.web.Conditioncom.atlassian.plugin.PluginParseExceptionpublic boolean shouldDisplay(Map context)
shouldDisplay in interface com.atlassian.plugin.web.Conditionprotected abstract boolean shouldDisplay(NotificationContext context)
Copyright © 2003–2021 Atlassian. All rights reserved.