User Interface plugin modules
Build Lifecycle plugin modules
Notification plugin modules
System plugin modules

Notification plugin modules

Notification plugin modules allow developers to add new types of email and instant messaging notifications to the Bamboo

Notification Condition Module

Deprecated since Bamboo 2.2 Please use the Notification Type Module instead (see Building a Notification Plugin as well)

Notification Recipient Module

The Notification Recipient module allows you to create a custom recipient. A recipient is responsible for evaluating the methods of delivery and destinations of the notification. They do this by generating the appropriate Notification Transports. A Recipient can also take in configuration information from the user

Notification Type Module

The NotificationType module identifies your custom notification. Users will be able to select this from the drop down menu and provide any configuration information you require. This class is also responsible for determining whether the notification criteria is met (e.g did the build fail?).

Rate this page: