Uses of Enum Class
com.atlassian.servicedesk.api.sla.condition.MatchEvent
Package
Description
-
Uses of MatchEvent in com.atlassian.servicedesk.api.sla.condition
Modifier and TypeMethodDescriptionMatchConditionHistory.Entry.getMatchEvent()
Get the match event of this entrystatic MatchEvent
Returns the enum constant of this class with the specified name.static MatchEvent[]
MatchEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMatchConditionHistoryBuilder.addEntry
(org.joda.time.DateTime dateTime, MatchEvent matchEvent) Add an entry to the history. -
Uses of MatchEvent in com.atlassian.servicedesk.spi.sla.condition
Modifier and TypeMethodDescriptionTimeMetricMatchCondition.evaluate
(com.atlassian.jira.issue.Issue issue, SLAChangeEvent event) Evaluate the condition for a given issue and event