Uses of Interface
com.atlassian.bamboo.deployments.configuration.persistence.EnvironmentCustomConfigDao
-
-
Uses of EnvironmentCustomConfigDao in com.atlassian.bamboo.deployments.configuration.persistence
Classes in com.atlassian.bamboo.deployments.configuration.persistence that implement EnvironmentCustomConfigDao Modifier and Type Class Description class
EnvironmentCustomConfigHibernateDao
-
Uses of EnvironmentCustomConfigDao in com.atlassian.bamboo.deployments.configuration.service
Constructors in com.atlassian.bamboo.deployments.configuration.service with parameters of type EnvironmentCustomConfigDao Constructor Description EnvironmentCustomConfigServiceImpl(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 EnvironmentCustomConfigDao 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)
-