| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.dampening | |
| org.hawkular.alerts.api.model.trigger |
| Modifier and Type | Method and Description |
|---|---|
void |
Dampening.perform(Match match,
Set<ConditionEval> conditionEvalSet) |
| Modifier and Type | Method and Description |
|---|---|
Match |
Trigger.getAutoResolveMatch() |
Match |
Trigger.getFiringMatch() |
Match |
Trigger.getMatch() |
static Match |
Match.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Match[] |
Match.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trigger.setAutoResolveMatch(Match autoResolveMatch) |
void |
Trigger.setFiringMatch(Match firingMatch) |
void |
Trigger.setMatch(Match match) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.