| Package | Description |
|---|---|
| com.atlassian.bamboo.notification |
| Modifier and Type | Method and Description |
|---|---|
NotificationType |
NotificationRule.getNotificationType()
Retrieves the populated notification type object for the notification rule
Note that this may be null if is a legacy notification.
|
NotificationType |
NotificationManager.getNotificationTypeFromKey(String key)
Retrieve a specific
NotificationType plugin module based on the given key. |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationType> |
NotificationManager.getAllNotificationTypes() |
List<NotificationType> |
NotificationManager.getChainNotificationTypes()
Return notification types marked explicitly as "chain" notification in plugin xml description
|
List<NotificationType> |
NotificationManager.getDeploymentNotificationTypes() |
List<NotificationType> |
NotificationManager.getPlanNotificationTypes() |
List<NotificationType> |
NotificationManager.getSystemNotificationTypes() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRule |
NotificationManager.createNotificationRule(Class<? extends NotificationType> notificationTypeClass,
String conditionData,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString)
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.