| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.action | |
| org.hawkular.alerts.api.model.trigger |
| Modifier and Type | Method and Description |
|---|---|
TimeConstraint |
ActionDefinition.getCalendar() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDefinition.setCalendar(TimeConstraint calendar) |
| Constructor and Description |
|---|
ActionDefinition(String tenantId,
String actionPlugin,
String actionId,
Map<String,String> properties,
Set<String> states,
TimeConstraint calendar) |
| Modifier and Type | Method and Description |
|---|---|
TimeConstraint |
TriggerAction.getCalendar() |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerAction.setCalendar(TimeConstraint calendar) |
| Constructor and Description |
|---|
TriggerAction(String tenantId,
String actionPlugin,
String actionId,
Set<String> states,
TimeConstraint calendar) |
TriggerAction(String tenantId,
String actionPlugin,
String actionId,
TimeConstraint calendar) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.