Class ChainCompletedNotification

All Implemented Interfaces:
ExtendedNotification, Notification, Notification.HtmlImContentProvidingNotification

@NotThreadSafe public class ChainCompletedNotification extends AbstractCompletedNotification

This class is used to generate content for All Completed Chains Notifications and the Failed And First Successful Notifications. If you wish to customise the default notifications, please see the online Bamboo documentation: http://confluence.atlassian.com/display/BAMBOO/Modifying+Notification+Templates

The notification templates are written in Freemarker markup. The object context below provides information about Bamboo builds that you can insert in the Freemarker markup of your notification templates.

Object Context:

  • buildSummary - ResultsSummary
  • build - Chain
  • triggerReasonDescription - String description of the trigger reason for this build (html for html emails, plain text for text emails)