| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.action | |
| org.hawkular.alerts.api.model.paging | |
| org.hawkular.alerts.api.services |
| Modifier and Type | Method and Description |
|---|---|
Alert |
Action.getAlert() |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setAlert(Alert alert) |
| Constructor and Description |
|---|
Action(String tenantId,
String actionPlugin,
String actionId,
Alert alert) |
| Modifier and Type | Method and Description |
|---|---|
int |
AlertComparator.compare(Alert o1,
Alert o2) |
| Modifier and Type | Method and Description |
|---|---|
Alert |
AlertsService.getAlert(String tenantId,
String alertId,
boolean thin) |
| Modifier and Type | Method and Description |
|---|---|
Page<Alert> |
AlertsService.getAlerts(String tenantId,
AlertsCriteria criteria,
Pager pager) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertsService.addAlerts(Collection<Alert> alerts)
Persist the provided alerts.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.