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

Packages that use NotificationManager
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.upgrade.tasks   
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
 

Fields in com.atlassian.bamboo.build.creation declared as NotificationManager
protected  NotificationManager PlanCreationTemplate.notificationManager
           
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type NotificationManager
ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService exclusionService, ChainBranchManager chainBranchManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager)
           
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService scopedExclusionService, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BranchDetectionService branchDetectionService)
           
JobCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager)
           
 

Uses of NotificationManager in com.atlassian.bamboo.migration
 

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

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
AbstractChainMapper(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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
AbstractProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
ChainBranchMapper(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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
ProjectChainMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
ProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
 

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 NotificationRule.setNotificationManager(NotificationManager manager)
           
 void NotificationRuleImpl.setNotificationManager(NotificationManager notificationManager)
           
 void AbstractNotificationEventListener.setNotificationManager(NotificationManager notificationManager)
           
 

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

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type NotificationManager
 void UpgradeTask2904SetFailedChainNotification.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 © 2012 Atlassian. All Rights Reserved.