Uses of Class
org.hudsonci.utils.tasks.MetaProject

Packages that use MetaProject
org.hudsonci.utils.tasks   
 

Uses of MetaProject in org.hudsonci.utils.tasks
 

Methods in org.hudsonci.utils.tasks that return MetaProject
static MetaProject MetaProject.find(String id)
           
static MetaProject MetaProject.find(UUID id)
           
 

Methods in org.hudsonci.utils.tasks that return types with arguments of type MetaProject
static Collection<MetaProject> MetaProject.list()
           
static Collection<MetaProject> MetaProject.list(MetaProject.Filter filter)
           
 

Methods in org.hudsonci.utils.tasks with parameters of type MetaProject
 boolean MetaProject.Filter.accept(MetaProject project)
          Return true to include the given project in the result.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.