public interface NotificationRule extends BambooObject, Comparable<NotificationRule>
Modifier and Type | Method and Description |
---|---|
String |
getConditionData() |
String |
getConditionKey() |
NotificationSet |
getNotificationSet() |
Object |
getNotificationTypeForView()
Deprecated.
since 6.3, use
NotificationManager.getNotificationType(NotificationRule) |
String |
getRecipient() |
String |
getRecipientType() |
void |
setConditionData(String conditionData) |
void |
setConditionKey(String conditionKey) |
void |
setNotificationManager(NotificationManager manager)
Deprecated.
since 6.3 without replacement
|
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 Object getNotificationTypeForView()
NotificationManager.getNotificationType(NotificationRule)
@Deprecated void setNotificationManager(NotificationManager manager)
@Nullable String getRecipient()
void setRecipient(String recipient)
@Nullable String getRecipientType()
void setRecipientType(String recipientType)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.