Uses of Class
com.atlassian.bamboo.notification.AbstractNotification

Packages that use AbstractNotification
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.builderror   
com.atlassian.bamboo.notification.buildhung   
 

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

Subclasses of AbstractNotification in com.atlassian.bamboo.notification.buildcommented
 class CommentNotification
          This class is used to generate content for Build Commented Notifications.
 

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

Subclasses of AbstractNotification in com.atlassian.bamboo.notification.buildcompleted
 class AfterXFailedNotification
          This class is used to generate content for After X Failed Bulid notifications.
 class BuildCompletedNotification
          This class is used to generate content for All Completed Builds Notifications and the Failed And First Successful Notifications.
 

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

Subclasses of AbstractNotification in com.atlassian.bamboo.notification.builderror
 class BuildErrorNotification
          This class is used to generate content for Build Error notifications.
 

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

Subclasses of AbstractNotification in com.atlassian.bamboo.notification.buildhung
 class BuildHungNotification
          This class is used to generate content for Build Hung Notifications.
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.