Uses of Interface
com.atlassian.bamboo.plan.PlanDao

Packages that use PlanDao
com.atlassian.bamboo.caching   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.upgrade.tasks   
 

Uses of PlanDao in com.atlassian.bamboo.caching
 

Constructors in com.atlassian.bamboo.caching with parameters of type PlanDao
DashboardCachingManagerImpl(ImmutablePlanCacheService immutablePlanCacheService, PlanDao planDao)
           
 

Uses of PlanDao in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement PlanDao
 class PlanHibernateDao<T extends Plan>
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanDao
PlanManagerImpl(PlanDao planDao, BambooLicenseManager bambooLicenseManager, com.atlassian.event.api.EventPublisher eventPublisher, ProjectManager projectManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
 

Uses of PlanDao in com.atlassian.bamboo.plan.branch
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type PlanDao
ChainBranchManagerImpl(PlanDao planDao)
           
 

Uses of PlanDao in com.atlassian.bamboo.resultsummary.tests
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanDao
TestClassMapper(net.sf.hibernate.SessionFactory sessionFactory, PlanDao planDao, TestsDao testsDao)
           
 

Uses of PlanDao in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type PlanDao
 void UpgradeTask2804InitializePlanRepositoryTable.setPlanDao(PlanDao planDao)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.