Uses of Interface
com.atlassian.bamboo.notification.Notification

Packages that use Notification
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.builderror   
com.atlassian.bamboo.notification.buildhung   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.notification.buildqueuetimeout   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.notification.transports   
 

Uses of Notification in com.atlassian.bamboo.notification
 

Subinterfaces of Notification in com.atlassian.bamboo.notification
 interface ExtendedNotification
          Provides the Notification object with a way to add anything else to the email.
 

Classes in com.atlassian.bamboo.notification that implement Notification
 class AbstractNotification
           
 

Methods in com.atlassian.bamboo.notification with type parameters of type Notification
protected
<N extends Notification>
N
AbstractNotificationEventListener.createNotificationComponent(java.lang.Class<N> notificationClass)
          Creates Notification object using Spring
 

Methods in com.atlassian.bamboo.notification with parameters of type Notification
 void NotificationDispatcher.dispatchNotifications(Notification notification)
          Dispatch notifications for the given notification.
 void NotificationDispatcherImpl.dispatchNotifications(Notification notification)
          Dispatch notifications for the given notification.
 void NotificationTransport.sendNotification(Notification notification)
          Send off the notification of this transport type.
 

Uses of Notification in com.atlassian.bamboo.notification.buildcommented
 

Classes in com.atlassian.bamboo.notification.buildcommented that implement Notification
 class CommentNotification
          This class is used to generate content for Build Commented Notifications.
 

Uses of Notification in com.atlassian.bamboo.notification.buildcompleted
 

Classes in com.atlassian.bamboo.notification.buildcompleted that implement Notification
 class AbstractCompletedNotification
           
 class BuildCompletedNotification
          This class is used to generate content for All Completed Builds Notifications, the Failed And First Successful Notifications and First Failed Job Notifications.
 

Uses of Notification in com.atlassian.bamboo.notification.builderror
 

Classes in com.atlassian.bamboo.notification.builderror that implement Notification
 class BuildErrorNotification
          This class is used to generate content for Build Error notifications.
 

Uses of Notification in com.atlassian.bamboo.notification.buildhung
 

Classes in com.atlassian.bamboo.notification.buildhung that implement Notification
 class BuildHungNotification
          This class is used to generate content for Build Hung Notifications.
 

Uses of Notification in com.atlassian.bamboo.notification.buildmissingcapableagent
 

Classes in com.atlassian.bamboo.notification.buildmissingcapableagent that implement Notification
 class BuildMissingCapableAgentNotification
           
 

Uses of Notification in com.atlassian.bamboo.notification.buildqueuetimeout
 

Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement Notification
 class BuildQueueTimeoutNotification
           
 

Uses of Notification in com.atlassian.bamboo.notification.chain
 

Classes in com.atlassian.bamboo.notification.chain that implement Notification
 class AfterXFailedNotification
          This class is used to generate content for After X Failed Bulid notifications.
 class ChainCompletedNotification
          This class is used to generate content for All Completed Chains Notifications and the Failed And First Successful Notifications.
 class StageCompletedNotification
          This class is used to generate content for All Completed Chain Stage Notifications and the Failed And First Successful Chain Stage Notifications.
 

Uses of Notification in com.atlassian.bamboo.notification.transports
 

Methods in com.atlassian.bamboo.notification.transports with parameters of type Notification
 void TextEmailTransport.sendNotification(Notification notification)
           
 void MultipartEmailTransport.sendNotification(Notification notification)
           
 void ImTransport.sendNotification(Notification notification)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.