Uses of Interface
com.atlassian.bamboo.deployments.configuration.persistence.EnvironmentCustomConfigDao
Packages that use EnvironmentCustomConfigDao
Package
Description
-
Uses of EnvironmentCustomConfigDao in com.atlassian.bamboo.deployments.configuration.persistence
Classes in com.atlassian.bamboo.deployments.configuration.persistence that implement EnvironmentCustomConfigDao -
Uses of EnvironmentCustomConfigDao in com.atlassian.bamboo.deployments.configuration.service
Constructors in com.atlassian.bamboo.deployments.configuration.service with parameters of type EnvironmentCustomConfigDaoModifierConstructorDescriptionEnvironmentCustomConfigServiceImpl
(EnvironmentCustomConfigDao environmentCustomConfigDao, EnvironmentDao environmentDao, EnvironmentCustomConfigJsonConverter environmentCustomConfigJsonConverter, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager) -
Uses of EnvironmentCustomConfigDao in com.atlassian.bamboo.deployments.environments.migration.stream
Constructors in com.atlassian.bamboo.deployments.environments.migration.stream with parameters of type EnvironmentCustomConfigDaoModifierConstructorDescriptionEnvironmentMapper
(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)