Uses of Interface
com.atlassian.bamboo.deployments.projects.persistence.DeploymentProjectDao

Packages that use DeploymentProjectDao
com.atlassian.bamboo.deployments.cache   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.projects.migration.stream   
com.atlassian.bamboo.deployments.projects.persistence   
com.atlassian.bamboo.deployments.projects.security.acegi.acls.objectidentity   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.versions.security.acegi.acls.objectidentity   
com.atlassian.bamboo.deployments.versions.service   
 

Uses of DeploymentProjectDao in com.atlassian.bamboo.deployments.cache
 

Constructors in com.atlassian.bamboo.deployments.cache with parameters of type DeploymentProjectDao
LinkedDeploymentProjectCacheServiceImpl(CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao)
           
 

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

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentProjectDao
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)
           
 

Uses of DeploymentProjectDao in com.atlassian.bamboo.deployments.projects.migration.stream
 

Constructors in com.atlassian.bamboo.deployments.projects.migration.stream with parameters of type DeploymentProjectDao
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 DeploymentProjectDao in com.atlassian.bamboo.deployments.projects.persistence
 

Classes in com.atlassian.bamboo.deployments.projects.persistence that implement DeploymentProjectDao
 class DeploymentProjectDaoImpl
           
 

Uses of DeploymentProjectDao in com.atlassian.bamboo.deployments.projects.security.acegi.acls.objectidentity
 

Constructors in com.atlassian.bamboo.deployments.projects.security.acegi.acls.objectidentity with parameters of type DeploymentProjectDao
DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl(DeploymentProjectDao deploymentProjectDao)
           
 

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

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type DeploymentProjectDao
DeploymentProjectDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentProjectDao deploymentProjectDao, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, HibernateMutableAclService aclService, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService jiraIssuesService)
           
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 DeploymentProjectDao in com.atlassian.bamboo.deployments.versions.security.acegi.acls.objectidentity
 

Constructors in com.atlassian.bamboo.deployments.versions.security.acegi.acls.objectidentity with parameters of type DeploymentProjectDao
DeploymentVersionObjectIdentityRetrievalStrategyImpl(DeploymentProjectDao deploymentProjectDao)
           
 

Uses of DeploymentProjectDao in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentProjectDao
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentVersionDao deploymentVersionDao, ResultsSummaryManager resultsSummaryManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, com.opensymphony.xwork2.TextProvider textProvider, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, VersionNamingService versionNamingService, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, GravatarService gravatarService, BambooUserManager bambooUserService, VariableDefinitionManager variableDefinitionManager, VariableDefinitionFactory variableDefinitionFactory, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ScopedExclusionService scopedExclusionService)
           
VersionNamingServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentResultDao deploymentResultDao, ScopedExclusionService exclusionService, DeploymentVersionDao deploymentVersionDao, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CustomVariableContext customVariableContext)
           
 



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