| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.action | |
| org.hawkular.alerts.api.model.export | |
| org.hawkular.alerts.api.services |
| Modifier and Type | Class and Description |
|---|---|
class |
Action
An action is the abstract concept of a consequence of an event.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionDefinition> |
Definitions.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Definitions.setActions(List<ActionDefinition> actions) |
| Constructor and Description |
|---|
Definitions(List<FullTrigger> triggers,
List<ActionDefinition> actions) |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
DefinitionsEvent.getActionDefinition() |
ActionDefinition |
DefinitionsService.getActionDefinition(String tenantId,
String actionPlugin,
String actionId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionDefinition> |
DefinitionsService.getAllActionDefinitions()
Get all action definitions configured in the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefinitionsService.addActionDefinition(String tenantId,
ActionDefinition actionDefinition)
Create a new ActionDefinition
|
void |
DefinitionsEvent.setActionDefinition(ActionDefinition actionDefinition) |
void |
DefinitionsService.updateActionDefinition(String tenantId,
ActionDefinition actionDefinition) |
| Constructor and Description |
|---|
DefinitionsEvent(DefinitionsEvent.Type type,
ActionDefinition actionDefinition) |
DefinitionsEvent(DefinitionsEvent.Type type,
String targetTenantId,
String targetId,
Set<String> dataIds,
String actionPlugin,
ActionDefinition actionDefinition) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.