Uses of Interface
org.apache.continuum.dao.ProjectDao

Packages that use ProjectDao
org.apache.continuum.builder.distributed.manager   
org.apache.continuum.builder.distributed.work   
org.apache.continuum.buildmanager   
org.apache.continuum.dao   
org.apache.maven.continuum   
 

Uses of ProjectDao in org.apache.continuum.builder.distributed.manager
 

Methods in org.apache.continuum.builder.distributed.manager with parameters of type ProjectDao
 void DefaultDistributedBuildManager.setProjectDao(ProjectDao projectDao)
           
 

Uses of ProjectDao in org.apache.continuum.builder.distributed.work
 

Methods in org.apache.continuum.builder.distributed.work with parameters of type ProjectDao
 void DefaultContinuumWorker.setProjectDao(ProjectDao projectDao)
           
 

Uses of ProjectDao in org.apache.continuum.buildmanager
 

Methods in org.apache.continuum.buildmanager with parameters of type ProjectDao
 void ParallelBuildsManager.setProjectDao(ProjectDao projectDao)
           
 

Uses of ProjectDao in org.apache.continuum.dao
 

Classes in org.apache.continuum.dao that implement ProjectDao
 class ProjectDaoImpl
           
 

Uses of ProjectDao in org.apache.maven.continuum
 

Methods in org.apache.maven.continuum that return ProjectDao
protected  ProjectDao AbstractContinuumTest.getProjectDao()
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.