@PublicSpi public interface TimeMetricMatchCondition extends TimeMetricCondition
Modifier and Type | Method and Description |
---|---|
MatchEvent |
evaluate(com.atlassian.jira.issue.Issue issue,
SLAChangeEvent event)
Evaluate the condition for a given issue and event
|
MatchConditionHistory |
getHistory(com.atlassian.jira.issue.Issue issue)
Digs through issue history to reconstruct when the condition matched the issue.
|
String |
getId()
Get the unique id for this condition
|
String |
getNameHtml(com.atlassian.jira.util.I18nHelper i18n)
Get the name of this condition
|
getName
String getId()
String getNameHtml(com.atlassian.jira.util.I18nHelper i18n)
MatchEvent evaluate(com.atlassian.jira.issue.Issue issue, SLAChangeEvent event)
issue
- an up to date issue objectevent
- a change eventMatchConditionHistory getHistory(com.atlassian.jira.issue.Issue issue)
Copyright © 2017 Atlassian. All rights reserved.