Uses of Interface
com.atlassian.bamboo.notification.NotificationManager
-
-
Uses of NotificationManager in com.atlassian.bamboo.analytics.rest
Constructors in com.atlassian.bamboo.analytics.rest with parameters of type NotificationManager Constructor Description AnalyticsVocabularyResource(BambooPermissionManager bambooPermissionManager, com.atlassian.plugin.PluginAccessor pluginAccessor, org.quartz.Scheduler scheduler, NotificationManager notificationManager)
-
Uses of NotificationManager in com.atlassian.bamboo.build.creation
Fields in com.atlassian.bamboo.build.creation declared as NotificationManager Modifier and Type Field Description protected NotificationManager
PlanCreationTemplate. notificationManager
Constructors in com.atlassian.bamboo.build.creation with parameters of type NotificationManager Constructor Description ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, 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, TriggerConfigurationService triggerConfigurationService, BuildNumberGeneratorService buildNumberGeneratorService, JiraBranchLinkingService jiraBranchLinkingService, TestQuarantineManager testQuarantineManager, TestsManager testsManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, TransactionAndHibernateTemplate hibernateTemplate)
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, 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, BranchCreationFacade branchCreationFacade, TriggerConfigurationService triggerConfigurationService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildNumberGeneratorService buildNumberGeneratorService, LabelManager labelManager, TransactionAndHibernateTemplate hibernateTemplate)
JobCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, 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, TriggerConfigurationService triggerConfigurationService, ChainBranchManager chainBranchManager, BuildNumberGeneratorService buildNumberGeneratorService, VcsRepositoryManager vcsRepositoryManager, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager, TransactionAndHibernateTemplate hibernateTemplate)
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, 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, TriggerConfigurationService triggerConfigurationService, BuildNumberGeneratorService buildNumberGeneratorService, TransactionAndHibernateTemplate hibernateTemplate)
-
Uses of NotificationManager in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type NotificationManager Modifier and Type Method Description void
ConfigureEnvironmentNotifications. setNotificationManager(NotificationManager notificationManager)
-
Uses of NotificationManager in com.atlassian.bamboo.deployments.environments.service
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type NotificationManager Constructor Description EnvironmentServiceImpl(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, AuditLogService auditLogService, BambooAuthenticationContext authenticationContext, DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, PlanScheduler planScheduler, RepositoryDefinitionDao repositoryDefinitionDao, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, NotificationManager notificationManager, VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager, TriggerTypeManager triggerTypeManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, CapabilityRequirementsMatcher capabilityRequirementsMatcher, InternalEnvironmentService internalEnvironmentService)
-
Uses of NotificationManager in com.atlassian.bamboo.deployments.notification
Constructors in com.atlassian.bamboo.deployments.notification with parameters of type NotificationManager Constructor Description DeploymentNotificationEventListener(DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher, NotificationManager notificationManager)
-
Uses of NotificationManager in com.atlassian.bamboo.matcher.notification
Methods in com.atlassian.bamboo.matcher.notification with parameters of type NotificationManager Modifier and Type Method Description static org.hamcrest.Matcher<NotificationRule>
HasMatchingNotificationRule. hasMatchingNotificationRule(@NotNull NotificationManager notificationManager, @NotNull Class<? extends NotificationType> notificationTypeClass, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString)
static org.hamcrest.Matcher<NotificationRule>
HasMatchingNotificationRule. hasMatchingNotificationRule(@NotNull NotificationManager notificationManager, @NotNull Class<? extends NotificationType> notificationTypeClass, @Nullable String conditionData, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString)
-
Uses of NotificationManager in com.atlassian.bamboo.notification
Classes in com.atlassian.bamboo.notification that implement NotificationManager Modifier and Type Class Description class
NotificationManagerImpl
Fields in com.atlassian.bamboo.notification declared as NotificationManager Modifier and Type Field Description protected NotificationManager
AbstractNotificationEventListener. notificationManager
Methods in com.atlassian.bamboo.notification with parameters of type NotificationManager Modifier and Type Method Description void
AbstractNotificationEventListener. setNotificationManager(NotificationManager notificationManager)
void
NotificationRule. setNotificationManager(NotificationManager manager)
Deprecated.since 6.3 without replacementvoid
NotificationRuleImpl. setNotificationManager(NotificationManager notificationManager)
Constructors in com.atlassian.bamboo.notification with parameters of type NotificationManager Constructor Description SystemNotificationServiceImpl(NotificationManager notificationManager)
-
Uses of NotificationManager in com.atlassian.bamboo.notification.chain
Methods in com.atlassian.bamboo.notification.chain with parameters of type NotificationManager Modifier and Type Method Description void
StageCompletedNotificationListener. setNotificationManager(NotificationManager notificationManager)
-
Uses of NotificationManager in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache with parameters of type NotificationManager Modifier and Type Method Description static ImmutableChainBranchImpl
ImmutableChainBranchImpl. createImmutableChainBranchBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
-
Uses of NotificationManager in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type NotificationManager Modifier and Type Method Description static ImmutableChainImpl
ImmutableChainImpl. createImmutableChainBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
Constructors in com.atlassian.bamboo.plan.cache with parameters of type NotificationManager Constructor Description AbstractImmutableChain(EnrichedPlanDto dto, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, RequirementManager requirementManager, VersionDao versionDao)
-
Uses of NotificationManager in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type NotificationManager Constructor Description DeploymentProjectResource(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService)
-
Uses of NotificationManager in com.atlassian.bamboo.testutils.notification
Methods in com.atlassian.bamboo.testutils.notification with parameters of type NotificationManager Modifier and Type Method Description static NotificationRule
NotificationTestHelper. mockNotificationRule(NotificationManager notificationManager, NotificationType notificationType, NotificationRecipient notificationRecipient)
-
Uses of NotificationManager in com.atlassian.bamboo.user.rename
Constructors in com.atlassian.bamboo.user.rename with parameters of type NotificationManager Constructor Description UserRenameInNotifications(@NotNull NotificationManager notificationManager, @NotNull CachedPlanManager cachedPlanManager)
-
Uses of NotificationManager in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return NotificationManager Modifier and Type Method Description NotificationManager
FreemarkerContext. getNotificationManager()
Constructors in com.atlassian.bamboo.ww2 with parameters of type NotificationManager Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-
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 Constructor Description AddNotificationBulkAction(@NotNull PlanManager planManager, @NotNull 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
ConfigureChainNotification. setNotificationManager(NotificationManager notificationManager)
-