Interface AlertEscalationPostAlertActionScriptObject


  • public interface AlertEscalationPostAlertActionScriptObject
    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 related Alert that has been generated by the escalation process.
      com.redwood.scheduler.api.model.AlertEscalation getAlertEscalation()
      Return the related AlertEscalation that has been processed.
      boolean isResend()
      Is this a resend?
    • Method Detail

      • getAlert

        com.redwood.scheduler.api.model.Alert getAlert()
        Returns the related Alert that has been generated by the escalation process.
        Returns:
        the related Alert.
      • getAlertEscalation

        com.redwood.scheduler.api.model.AlertEscalation getAlertEscalation()
        Return the related AlertEscalation that has been processed.
        Returns:
        the related AlertEscalation
      • isResend

        boolean isResend()
        Is this a resend?
        Returns:
        true if a resend, false otherwise.