Uses of Class
com.atlassian.bamboo.migration.stream.requirements.RequirementSetMapper
-
Packages that use RequirementSetMapper Package Description com.atlassian.bamboo.deployments.environments.migration.stream com.atlassian.bamboo.migration.beans com.atlassian.bamboo.migration.stream.build -
-
Uses of RequirementSetMapper in com.atlassian.bamboo.deployments.environments.migration.stream
Constructors in com.atlassian.bamboo.deployments.environments.migration.stream with parameters of type RequirementSetMapper Constructor Description EnvironmentMapper(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 RequirementSetMapper in com.atlassian.bamboo.migration.beans
Constructors in com.atlassian.bamboo.migration.beans with parameters of type RequirementSetMapper Constructor Description 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)
-
Uses of RequirementSetMapper in com.atlassian.bamboo.migration.stream.build
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type RequirementSetMapper Constructor Description 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)
-