Interface NotificationRule

All Superinterfaces:
BambooIdProvider, BambooObject, Comparable<NotificationRule>
All Known Implementing Classes:
NotificationRuleImpl

public interface NotificationRule extends BambooObject, Comparable<NotificationRule>
  • Method Details

    • getConditionKey

      @Nullable @Nullable String getConditionKey()
    • setConditionKey

      void setConditionKey(String conditionKey)
    • getConditionData

      String getConditionData()
    • setConditionData

      void setConditionData(String conditionData)
    • getNotificationSet

      NotificationSet getNotificationSet()
    • setNotificationSet

      void setNotificationSet(NotificationSet notificationSet)
    • getNotificationTypeForView

      @Deprecated Object getNotificationTypeForView()
      Hides whether it is a condition or a notificationType from the UI.
    • setNotificationManager

      @Deprecated void setNotificationManager(NotificationManager manager)
      Deprecated.
      since 6.3 without replacement
    • getRecipient

      @Nullable @Nullable String getRecipient()
    • setRecipient

      void setRecipient(String recipient)
    • getRecipientType

      @Nullable @Nullable String getRecipientType()
    • setRecipientType

      void setRecipientType(String recipientType)