Class MapperFactoryImpl
java.lang.Object
com.atlassian.bamboo.migration.beans.MapperFactoryImpl
- All Implemented Interfaces:
MapperFactory
-
Constructor Summary
ConstructorDescriptionMapperFactoryImpl
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, PlanDao planDao, PlanRepositoryLinkDao planRepositoryLinkDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, RepositoryDefinitionDao repositoryDefinitionDao, ResultsSummaryManager resultsSummaryManager, NotificationSetMapper notificationSetMapper, RequirementSetMapper requirementSetMapper, BuildResultWarningSummaryDao buildResultWarningSummaryDao) -
Method Summary
Modifier and TypeMethodDescriptionnewChainBranchMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) newChainMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) newJobMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) newRssProjectPermissionsMapper
(Project project, org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Constructor Details
-
MapperFactoryImpl
public MapperFactoryImpl(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, PlanDao planDao, PlanRepositoryLinkDao planRepositoryLinkDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, RepositoryDefinitionDao repositoryDefinitionDao, ResultsSummaryManager resultsSummaryManager, NotificationSetMapper notificationSetMapper, RequirementSetMapper requirementSetMapper, BuildResultWarningSummaryDao buildResultWarningSummaryDao)
-
-
Method Details
-
newChainMapper
public ChainMapper newChainMapper(@NotNull @NotNull Project project, @NotNull @NotNull Map<Long, Label> labelMap, @NotNull @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) - Specified by:
newChainMapper
in interfaceMapperFactory
-
newChainBranchMapper
public ChainBranchMapper newChainBranchMapper(@NotNull @NotNull Project project, @NotNull @NotNull Map<Long, Label> labelMap, @NotNull @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) - Specified by:
newChainBranchMapper
in interfaceMapperFactory
-
newJobMapper
public JobMapper newJobMapper(@NotNull @NotNull Project project, @NotNull @NotNull Map<Long, Label> labelMap, @NotNull @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) - Specified by:
newJobMapper
in interfaceMapperFactory
-
newRssProjectPermissionsMapper
public RssProjectPermissionsMapper newRssProjectPermissionsMapper(Project project, org.springframework.transaction.support.TransactionOperations transactionOperations) - Specified by:
newRssProjectPermissionsMapper
in interfaceMapperFactory
-