Uses of Interface
com.atlassian.bamboo.deployments.environments.persistence.EnvironmentDao

Packages that use EnvironmentDao
com.atlassian.bamboo.deployments.environments.persistence   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.projects.migration.stream   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.upgrade.tasks.v5_0   
com.atlassian.bamboo.upgrade.tasks.v5_1   
com.atlassian.bamboo.upgrade.tasks.v5_2   
 

Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.persistence
 

Classes in com.atlassian.bamboo.deployments.environments.persistence that implement EnvironmentDao
 class EnvironmentDaoImpl
           
 

Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type EnvironmentDao
static void EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment, BuildConfiguration newTriggersConfiguration, EnvironmentDao environmentDao, PlanScheduler planScheduler)
          Helper method that persist environment configuration, while pausing its triggers.
static void EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment, EnvironmentDao environmentDao, PlanScheduler planScheduler)
          Helper method that persist environment configuration, while pausing its triggers.
 

Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.service
 

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentDao
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, HibernateMutableAclService aclService, VariableDefinitionDao variableDefinitionDao, AgentAssignmentService agentAssignmentService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionService scopedExclusionService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
EnvironmentServiceImpl(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BuildStrategyManager buildStrategyManager, 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)
           
EnvironmentTaskServiceImpl(ScopedExclusionService scopedExclusionService, AuditLogService auditLogService, com.opensymphony.xwork2.TextProvider textProvider, EnvironmentDao environmentDao, TaskManager taskManager, PlanScheduler planScheduler, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
EnvironmentTriggerServiceImpl(BuildStrategyManager buildStrategyManager, DeploymentProjectService deploymentProjectService, EnvironmentDao environmentDao, PlanScheduler planScheduler, ScopedExclusionService scopedExclusionService, 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
DeploymentProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, DeploymentProjectDao deploymentProjectDao, DeploymentsImportContext deploymentsImportContext, DeploymentProjectItemMapper deploymentProjectItemMapper, DeploymentProjectPropertiesMapper deploymentProjectPropertiesMapper, DeploymentVersionDao deploymentVersionDao, DeploymentVersionMapper deploymentVersionMapper, EnvironmentDao environmentDao, EnvironmentMapper environmentMapper, VersionNamingSchemeMapper versionNamingSchemeMapper)
           
 

Uses of EnvironmentDao in com.atlassian.bamboo.deployments.projects.service
 

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentDao
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BuildStrategyManager buildStrategyManager, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, 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)
           
 

Uses of EnvironmentDao in com.atlassian.bamboo.deployments.results.service
 

Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type EnvironmentDao
DeploymentResultDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDao deploymentResultDao, DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao, EnvironmentDao environmentDao, VariableContextBaselineDao variableContextBaselineDao, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssueService)
           
DeploymentResultServiceImpl(DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, EnvironmentService environmentService, DeploymentVersionService deploymentVersionService, VariableContextBaselineDao variableContextBaselineDao, DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao, DeploymentsInProgressService deploymentsInProgressService)
           
 

Uses of EnvironmentDao in com.atlassian.bamboo.upgrade.tasks.v5_0
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_0 with parameters of type EnvironmentDao
 void UpgradeTask3613InitOrderingOfEnvironments.setEnvironmentDao(EnvironmentDao environmentDao)
           
 

Uses of EnvironmentDao in com.atlassian.bamboo.upgrade.tasks.v5_1
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_1 with parameters of type EnvironmentDao
 void UpgradeTask3816AddMissingRequirementsToDeploymentTasks.setEnvironmentDao(EnvironmentDao environmentDao)
           
 

Uses of EnvironmentDao in com.atlassian.bamboo.upgrade.tasks.v5_2
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_2 with parameters of type EnvironmentDao
 void UpgradeTask4002AddBranchInformationToDeploymentTriggers.setEnvironmentDao(EnvironmentDao environmentDao)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.