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

Packages that use NotificationManager
com.atlassian.bamboo.migration   
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.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.admin.user   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of NotificationManager in com.atlassian.bamboo.migration
 

Methods in com.atlassian.bamboo.migration with parameters of type NotificationManager
 void ProjectMapper.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement NotificationManager
 class NotificationManagerImpl
           
 

Methods in com.atlassian.bamboo.notification with parameters of type NotificationManager
 void NotificationRule.setNotificationManager(NotificationManager manager)
           
 void NotificationRuleImpl.setNotificationManager(NotificationManager notificationManager)
           
 void LegacyNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type NotificationManager
 void CommentNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type NotificationManager
 void BuildCompletedNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 void AfterXFailedBuildsNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.notification.builderror with parameters of type NotificationManager
 void BuildErrorNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.notification.buildhung with parameters of type NotificationManager
 void BuildHungNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type NotificationManager
 void BuildMissingCapableAgentNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.notification.buildqueuetimeout with parameters of type NotificationManager
 void BuildQueueTimeoutNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.admin.bulk
 

Constructors in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type NotificationManager
AddNotificationBulkAction(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.admin.user
 

Methods in com.atlassian.bamboo.ww2.actions.admin.user with parameters of type NotificationManager
 void ConfigureNotificationPreferences.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type NotificationManager
 void ConfigureBuildNotification.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type NotificationManager
 void CreateBuild.setNotificationManager(NotificationManager notificationManager)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.