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

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

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

Methods in org.apache.maven.continuum.web.action.admin that return types with arguments of type CheckoutQueue
 List<CheckoutQueue> QueuesAction.getCheckoutsInQueue()
           
 List<CheckoutQueue> QueuesAction.getCurrentCheckoutTasks()
           
 

Method parameters in org.apache.maven.continuum.web.action.admin with type arguments of type CheckoutQueue
 void QueuesAction.setCheckoutsInQueue(List<CheckoutQueue> checkoutsInQueue)
           
 void QueuesAction.setCurrentCheckoutTasks(List<CheckoutQueue> currentCheckoutTasks)
           
 



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