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

Packages that use NotificationManager
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.admin.notification   
com.atlassian.bamboo.ww2.actions.admin.user   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.chains.admin   
 

Uses of NotificationManager in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type NotificationManager
BuildCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, PlanValidationService planValidationService, AuditLogService auditLogService)
           
ChainCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService)
           
 

Uses of NotificationManager in com.atlassian.bamboo.migration.stream
 

Fields in com.atlassian.bamboo.migration.stream declared as NotificationManager
protected  NotificationManager AbstractProjectMapper.notificationManager
           
protected  NotificationManager AbstractPlanMapper.notificationManager
           
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type NotificationManager
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager)
           
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager)
          Deprecated. 
AbstractProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager)
           
BuildMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
ChainMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao)
           
JobMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
ProjectBuildMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
ProjectChainMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
ProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
 

Uses of NotificationManager in com.atlassian.bamboo.notification
 

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

Fields in com.atlassian.bamboo.notification declared as NotificationManager
protected  NotificationManager AbstractNotificationEventListener.notificationManager
           
 

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

Constructors in com.atlassian.bamboo.notification with parameters of type NotificationManager
SystemNotificationServiceImpl(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.notification.chain with parameters of type NotificationManager
 void StageCompletedNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 void ChainCompletedNotificationListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type NotificationManager
 void ImportMavenPlanCheckoutPomAction.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(PlanManager planManager, NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin.notification with parameters of type NotificationManager
 void ConfigureSystemNotifications.setNotificationManager(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.chains.admin
 

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



Copyright © 2010 Atlassian. All Rights Reserved.