|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationRule
| Method Summary | |
|---|---|
NotificationCondition |
getCondition()
Deprecated. |
java.lang.String |
getConditionData()
|
java.lang.String |
getConditionKey()
|
NotificationRecipient |
getNotificationRecipient()
Returns the populated notification recipient object for the notification rule. |
NotificationSet |
getNotificationSet()
|
NotificationType |
getNotificationType()
Retrieves the populated notification type object for the notification rule Note that this may be null if is a legacy notification. |
java.lang.Object |
getNotificationTypeForView()
Hides whether it is a condition or a notificationType from the UI. |
java.lang.String |
getRecipient()
|
java.lang.String |
getRecipientType()
|
void |
setConditionData(java.lang.String conditionData)
|
void |
setConditionKey(java.lang.String conditionKey)
|
void |
setNotificationManager(NotificationManager manager)
|
void |
setNotificationSet(NotificationSet notificationSet)
|
void |
setRecipient(java.lang.String recipient)
|
void |
setRecipientType(java.lang.String recipientType)
|
| Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
|---|
getId, setId |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getConditionKey()
void setConditionKey(java.lang.String conditionKey)
java.lang.String getConditionData()
void setConditionData(java.lang.String conditionData)
NotificationSet getNotificationSet()
void setNotificationSet(NotificationSet notificationSet)
@Nullable @Deprecated NotificationCondition getCondition()
NotificationType
not NotificationCondition
@Nullable NotificationType getNotificationType()
java.lang.Object getNotificationTypeForView()
void setNotificationManager(NotificationManager manager)
java.lang.String getRecipient()
void setRecipient(java.lang.String recipient)
java.lang.String getRecipientType()
void setRecipientType(java.lang.String recipientType)
@Nullable NotificationRecipient getNotificationRecipient()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||