Package | Description |
---|---|
com.atlassian.servicedesk.api.sla.condition | |
com.atlassian.servicedesk.spi.sla.condition |
Modifier and Type | Method and Description |
---|---|
MatchEvent |
MatchConditionHistory.Entry.getMatchEvent()
Get the match event of this entry
|
static MatchEvent |
MatchEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchEvent[] |
MatchEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MatchConditionHistoryBuilder |
MatchConditionHistoryBuilder.addEntry(org.joda.time.DateTime dateTime,
MatchEvent matchEvent)
Add an entry to the history.
|
Modifier and Type | Method and Description |
---|---|
MatchEvent |
TimeMetricMatchCondition.evaluate(com.atlassian.jira.issue.Issue issue,
SLAChangeEvent event)
Evaluate the condition for a given issue and event
|
Copyright © 2022 Atlassian. All rights reserved.