public interface NotificationRule extends BambooObject, Comparable<NotificationRule>
Modifier and Type | Method and Description |
---|---|
String |
getConditionData() |
String |
getConditionKey() |
NotificationRecipient |
getNotificationRecipient()
Deprecated.
since 5.15, use
NotificationManager.getNotificationRecipient(NotificationRule) |
NotificationSet |
getNotificationSet() |
NotificationType |
getNotificationType()
Deprecated.
since 5.15, use
NotificationManager.getNotificationType(NotificationRule) |
Object |
getNotificationTypeForView()
Hides whether it is a condition or a notificationType from the UI.
|
String |
getRecipient() |
String |
getRecipientType() |
void |
setConditionData(String conditionData) |
void |
setConditionKey(String conditionKey) |
void |
setNotificationManager(NotificationManager manager) |
void |
setNotificationSet(NotificationSet notificationSet) |
void |
setRecipient(String recipient) |
void |
setRecipientType(String recipientType) |
setId
getId
compareTo
@Nullable String getConditionKey()
void setConditionKey(String conditionKey)
String getConditionData()
void setConditionData(String conditionData)
NotificationSet getNotificationSet()
void setNotificationSet(NotificationSet notificationSet)
@Deprecated @Nullable NotificationType getNotificationType()
NotificationManager.getNotificationType(NotificationRule)
Object getNotificationTypeForView()
void setNotificationManager(NotificationManager manager)
@Nullable String getRecipient()
void setRecipient(String recipient)
@Nullable String getRecipientType()
void setRecipientType(String recipientType)
@Deprecated @Nullable NotificationRecipient getNotificationRecipient()
NotificationManager.getNotificationRecipient(NotificationRule)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.