@PublicSpi public interface TimeMetricHitCondition extends TimeMetricCondition
Modifier and Type | Method and Description |
---|---|
HitEvent |
evaluate(com.atlassian.jira.issue.Issue issue,
SLAChangeEvent event)
Evaluate the condition for a given issue and event
|
HitConditionHistory |
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)
HitEvent evaluate(com.atlassian.jira.issue.Issue issue, SLAChangeEvent event)
issue
- an up to date issue objectevent
- a change eventHitConditionHistory getHistory(com.atlassian.jira.issue.Issue issue)
Copyright © 2020 Atlassian. All rights reserved.