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   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.notification.buildqueuetimeout   
com.atlassian.bamboo.notification.chain   
 

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 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 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.
 

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

Subclasses of AbstractNotification in com.atlassian.bamboo.notification.buildmissingcapableagent
 class BuildMissingCapableAgentNotification
           
 

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

Subclasses of AbstractNotification in com.atlassian.bamboo.notification.buildqueuetimeout
 class BuildQueueTimeoutNotification
           
 

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

Subclasses of AbstractNotification in com.atlassian.bamboo.notification.chain
 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.
 



Copyright © 2011 Atlassian. All Rights Reserved.