Uses of Interface
com.atlassian.bamboo.repository.PlanRepositoryLinkDao

Packages that use PlanRepositoryLinkDao
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.upgrade.tasks   
 

Uses of PlanRepositoryLinkDao in com.atlassian.bamboo.migration.stream
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type PlanRepositoryLinkDao
PlanRepositoryLinkMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, PlanManager planManager, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao)
           
PlanRepositoryLinkMapper(net.sf.hibernate.SessionFactory sessionFactory, PlanManager planManager, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao)
           
 

Uses of PlanRepositoryLinkDao in com.atlassian.bamboo.repository
 

Classes in com.atlassian.bamboo.repository that implement PlanRepositoryLinkDao
 class PlanRepositoryLinkHibernateDao
           
 

Constructors in com.atlassian.bamboo.repository with parameters of type PlanRepositoryLinkDao
RepositoryDefinitionManagerImpl(RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao)
           
 

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

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type PlanRepositoryLinkDao
 void UpgradeTask2804InitializePlanRepositoryTable.setPlanRepositoryLinkDao(PlanRepositoryLinkDao planRepositoryLinkDao)
           
 void UpgradeTask2708RemoveNullRepositories.setPlanRepositoryLinkDao(PlanRepositoryLinkDao planRepositoryLinkDao)
           
 void UpgradeTask2707MoveJobRepositoryToPlan.setPlanRepositoryLinkDao(PlanRepositoryLinkDao planRepositoryLinkDao)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.