Uses of Interface
com.atlassian.bamboo.deployments.environments.persistence.EnvironmentDao
-
-
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.configuration.service
Constructors in com.atlassian.bamboo.deployments.configuration.service with parameters of type EnvironmentDao Constructor Description EnvironmentCustomConfigServiceImpl(EnvironmentCustomConfigDao environmentCustomConfigDao, EnvironmentDao environmentDao, EnvironmentCustomConfigJsonConverter environmentCustomConfigJsonConverter, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager)
-
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.persistence
Classes in com.atlassian.bamboo.deployments.environments.persistence that implement EnvironmentDao Modifier and Type Class Description class
EnvironmentDaoImpl
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type EnvironmentDao Modifier and Type Method Description static void
EnvironmentPersistenceHelper. saveEnvironmentWithNoSchedules(@NotNull MutableEnvironment environment, @NotNull EnvironmentDao environmentDao, @NotNull PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers.static void
EnvironmentPersistenceHelper. saveEnvironmentWithNoSchedules(@NotNull MutableEnvironment environment, @Nullable BuildConfiguration newTriggersConfiguration, @NotNull EnvironmentDao environmentDao, @NotNull PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers. -
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.requirement
Constructors in com.atlassian.bamboo.deployments.environments.requirement with parameters of type EnvironmentDao Constructor Description EnvironmentRequirementServiceImpl(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, EnvironmentService environmentService, EnvironmentDao environmentDao, PlanScheduler planScheduler, EnvironmentCustomConfigService environmentCustomConfigService)
-
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.service
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentDao Constructor Description EnvironmentServiceImpl(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, AuditLogService auditLogService, BambooAuthenticationContext authenticationContext, DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, PlanScheduler planScheduler, RepositoryDefinitionDao repositoryDefinitionDao, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, NotificationManager notificationManager, VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager, TriggerTypeManager triggerTypeManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, CapabilityRequirementsMatcher capabilityRequirementsMatcher, InternalEnvironmentService internalEnvironmentService)
EnvironmentTriggerServiceImpl(AuditLogService auditLogService, DeploymentProjectService deploymentProjectService, EnvironmentDao environmentDao, PlanScheduler planScheduler, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider)
-
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.service.internal
Constructors in com.atlassian.bamboo.deployments.environments.service.internal with parameters of type EnvironmentDao Constructor Description InternalEnvironmentServiceImpl(@NotNull EnvironmentDao environmentDao, @NotNull com.opensymphony.xwork2.TextProvider textProvider)
-
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.projects.migration.stream
Constructors in com.atlassian.bamboo.deployments.projects.migration.stream with parameters of type EnvironmentDao Constructor Description DeploymentProjectMapper(org.hibernate.SessionFactory sessionFactory, DeploymentProjectDao deploymentProjectDao, DeploymentsImportContext deploymentsImportContext, DeploymentProjectItemMapper deploymentProjectItemMapper, DeploymentProjectPropertiesMapper deploymentProjectPropertiesMapper, DeploymentVersionDao deploymentVersionDao, DeploymentVersionMapper deploymentVersionMapper, EnvironmentDao environmentDao, EnvironmentMapper environmentMapper, VersionNamingSchemeMapper versionNamingSchemeMapper, RssDeploymentProjectPermissionDao rssDeploymentProjectPermissionDao, RssDeploymentProjectPermissionsMapper rssDeploymentProjectPermissionsMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentDao Constructor Description DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, InternalEnvironmentService internalEnvironmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher, TriggerTypeManager triggerTypeManager, PlanScheduler planScheduler, BambooEntityOidService bambooEntityOidService)
-
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.results.service
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type EnvironmentDao Constructor Description DeploymentResultDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDao deploymentResultDao, EnvironmentDao environmentDao, VariableContextBaselineDao variableContextBaselineDao, com.atlassian.event.api.EventPublisher eventPublisher)
DeploymentResultServiceImpl(BambooPermissionManager bambooPermissionManager, DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, @NotNull EnvironmentService environmentService, @NotNull InternalEnvironmentService internalEnvironmentService, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull DeploymentsInProgressService deploymentsInProgressService, @NotNull TriggerManager triggerManager, com.opensymphony.xwork2.TextProvider textProvider)
-