Package | Description |
---|---|
com.atlassian.servicedesk.api.sla.condition | |
com.atlassian.servicedesk.spi.sla.condition |
Modifier and Type | Method and Description |
---|---|
HitConditionHistory |
HitConditionHistoryBuilder.build()
Build a history object
|
Modifier and Type | Method and Description |
---|---|
HitConditionHistory |
TimeMetricHitCondition.evaluateFromIssueHistory(com.atlassian.jira.issue.Issue issue,
org.joda.time.DateTime since,
org.joda.time.DateTime until)
Digs through issue history after a given moment in time when the condition matched the issue.
|
HitConditionHistory |
TimeMetricHitCondition.getHistory(com.atlassian.jira.issue.Issue issue,
org.joda.time.DateTime until)
Digs through issue history to reconstruct when the condition matched the issue.
|
Copyright © 2024 Atlassian. All rights reserved.