Uses of Interface
com.atlassian.servicedesk.api.sla.condition.MatchConditionHistory
Packages that use MatchConditionHistory
Package
Description
-
Uses of MatchConditionHistory in com.atlassian.servicedesk.api.sla.condition
Methods in com.atlassian.servicedesk.api.sla.condition that return MatchConditionHistoryModifier and TypeMethodDescriptionMatchConditionHistoryBuilder.build()
Build a MatchConditionHistory object -
Uses of MatchConditionHistory in com.atlassian.servicedesk.spi.sla.condition
Methods in com.atlassian.servicedesk.spi.sla.condition that return MatchConditionHistoryModifier and TypeMethodDescriptionTimeMetricMatchCondition.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.TimeMetricMatchCondition.getHistory
(com.atlassian.jira.issue.Issue issue, org.joda.time.DateTime until) Digs through issue history to reconstruct when the condition matched the issue.