Interface AlertSourcePostAlertActionScriptObject
-
public interface AlertSourcePostAlertActionScriptObject
This class contains the methods to retrieve Alert Escalation context. This class has no properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.redwood.scheduler.api.model.Alert
getAlert()
Returns the relatedAlert
that has been generated by the escalation process.com.redwood.scheduler.api.model.AlertSource
getAlertSource()
Return the relatedAlertSource
that has been processed.
-
-
-
Method Detail
-
getAlert
com.redwood.scheduler.api.model.Alert getAlert()
Returns the relatedAlert
that has been generated by the escalation process.- Returns:
- the related
Alert
.
-
getAlertSource
com.redwood.scheduler.api.model.AlertSource getAlertSource()
Return the relatedAlertSource
that has been processed.- Returns:
- the related
AlertSource
-
-