Uses of Class
org.apache.maven.continuum.web.bean.BuildProjectQueue

Packages that use BuildProjectQueue
org.apache.maven.continuum.web.action.admin   
 

Uses of BuildProjectQueue in org.apache.maven.continuum.web.action.admin
 

Methods in org.apache.maven.continuum.web.action.admin that return types with arguments of type BuildProjectQueue
 List<BuildProjectQueue> QueuesAction.getBuildsInQueue()
           
 List<BuildProjectQueue> QueuesAction.getCurrentBuildProjectTasks()
           
 

Method parameters in org.apache.maven.continuum.web.action.admin with type arguments of type BuildProjectQueue
 void QueuesAction.setBuildsInQueue(List<BuildProjectQueue> buildsInQueue)
           
 void QueuesAction.setCurrentBuildProjectTasks(List<BuildProjectQueue> currentBuildProjectTasks)
           
 



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