Interface AlertCondition

All Known Implementing Classes:
AbstractAlertCondition, DummyAlertCondition, FieldContentValueAlertCondition, FieldValueAlertCondition, LegacyAlertCondition, MessageCountAlertCondition

public interface AlertCondition
  • Method Details

    • getDescription

      String getDescription()
    • getId

      String getId()
    • getCreatedAt

      org.joda.time.DateTime getCreatedAt()
    • getCreatorUserId

      String getCreatorUserId()
    • getStream

      Stream getStream()
    • getParameters

      Map<String,Object> getParameters()
    • getBacklog

      Integer getBacklog()
    • getGrace

      int getGrace()
    • getType

      String getType()
    • getTitle

      String getTitle()
    • shouldRepeatNotifications

      boolean shouldRepeatNotifications()
    • runCheck