Uses of Class
com.atlassian.bamboo.migration.stream.notifications.NotificationSetMapper
Packages that use NotificationSetMapper
Package
Description
-
Uses of NotificationSetMapper in com.atlassian.bamboo.deployments.environments.migration.stream
Constructors in com.atlassian.bamboo.deployments.environments.migration.stream with parameters of type NotificationSetMapperModifierConstructorDescriptionEnvironmentMapper
(org.hibernate.SessionFactory sessionFactory, DeploymentsImportContext deploymentsImportContext, EnvironmentPropertiesMapper environmentPropertiesMapper, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, EnvironmentRepositoryLinkMapper environmentRepositoryLinkMapper, NotificationSetMapper notificationSetMapper, RequirementSetMapper requirementSetMapper, EnvironmentCustomConfigDao environmentCustomConfigDao, EnvironmentCustomConfigMapper environmentCustomConfigMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of NotificationSetMapper in com.atlassian.bamboo.migration.beans
Constructors in com.atlassian.bamboo.migration.beans with parameters of type NotificationSetMapperModifierConstructorDescriptionMapperFactoryImpl
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, PlanDao planDao, PlanRepositoryLinkDao planRepositoryLinkDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, RepositoryDefinitionDao repositoryDefinitionDao, ResultsSummaryManager resultsSummaryManager, NotificationSetMapper notificationSetMapper, RequirementSetMapper requirementSetMapper, BuildResultWarningSummaryDao buildResultWarningSummaryDao) -
Uses of NotificationSetMapper in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream declared as NotificationSetMapperModifier and TypeFieldDescriptionprotected final NotificationSetMapper
AbstractPlanMapper.notificationSetMapper
Constructors in com.atlassian.bamboo.migration.stream with parameters of type NotificationSetMapperModifierConstructorDescriptionAbstractPlanMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull PlanDao planDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of NotificationSetMapper in com.atlassian.bamboo.migration.stream.build
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type NotificationSetMapperModifierConstructorDescriptionAbstractChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainBranchMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) JobMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull BuildResultsSummaryDao buildResultsSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, @NotNull PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull PlanDao planDao, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull RequirementSetMapper requirementSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)