| Methods in com.atlassian.bamboo.notification that return NotificationRule |
NotificationRule |
NotificationManager.createNotificationRule(NotificationSet notificationSet,
java.lang.String conditionKey,
java.lang.String conditionData,
java.lang.String emailRecipients,
java.lang.String imRecipients,
java.lang.String users,
java.lang.String groups,
java.util.Set roles)
|
NotificationRule |
NotificationManagerImpl.createNotificationRule(NotificationSet notificationSet,
java.lang.String conditionKey,
java.lang.String conditionData,
java.lang.String emailRecipients,
java.lang.String imRecipients,
java.lang.String users,
java.lang.String groups,
java.util.Set roles)
|
NotificationRule |
NotificationSet.getNotificationRuleById(long id)
|
NotificationRule |
NotificationSetImpl.getNotificationRuleById(long id)
|
NotificationRule |
NotificationManager.updateNotificationRule(NotificationRule oldRule,
java.lang.String conditionKey,
java.lang.String conditionData,
java.lang.String notificationEmailString,
java.lang.String notificationIMString,
java.lang.String userArray,
java.lang.String groupArray,
java.util.Set roles)
|
NotificationRule |
NotificationManagerImpl.updateNotificationRule(NotificationRule oldRule,
java.lang.String conditionKey,
java.lang.String conditionData,
java.lang.String notificationEmailString,
java.lang.String notificationIMString,
java.lang.String userString,
java.lang.String groupString,
java.util.Set roles)
|
| Methods in com.atlassian.bamboo.notification with parameters of type NotificationRule |
void |
NotificationSet.addNotification(NotificationRule notificationRule)
|
void |
NotificationSetImpl.addNotification(NotificationRule notificationRule)
|
void |
NotificationHibernateDao.deleteNotification(NotificationRule rule)
|
void |
NotificationDao.deleteNotification(NotificationRule rule)
Used to remove a notification from db. |
void |
NotificationManager.removeNotificationRule(NotificationRule rule)
|
void |
NotificationManagerImpl.removeNotificationRule(NotificationRule rule)
|
void |
NotificationHibernateDao.saveNotificationRule(NotificationRule newRule)
|
void |
NotificationDao.saveNotificationRule(NotificationRule newRule)
Save new/existing notification rule |
NotificationRule |
NotificationManager.updateNotificationRule(NotificationRule oldRule,
java.lang.String conditionKey,
java.lang.String conditionData,
java.lang.String notificationEmailString,
java.lang.String notificationIMString,
java.lang.String userArray,
java.lang.String groupArray,
java.util.Set roles)
|
NotificationRule |
NotificationManagerImpl.updateNotificationRule(NotificationRule oldRule,
java.lang.String conditionKey,
java.lang.String conditionData,
java.lang.String notificationEmailString,
java.lang.String notificationIMString,
java.lang.String userString,
java.lang.String groupString,
java.util.Set roles)
|