Interface AlertCondition.CheckResult

All Known Implementing Classes:
AbstractAlertCondition.CheckResult, AbstractAlertCondition.NegativeCheckResult
Enclosing interface:
AlertCondition

public static interface AlertCondition.CheckResult
  • Method Details

    • isTriggered

      boolean isTriggered()
    • getResultDescription

      String getResultDescription()
    • getTriggeredCondition

      AlertCondition getTriggeredCondition()
    • getTriggeredAt

      org.joda.time.DateTime getTriggeredAt()
    • getMatchingMessages

      List<MessageSummary> getMatchingMessages()
      The limited list of messages that matched the alert in the corresponding stream.
      Returns:
      list of message summaries