Uses of Class
org.apache.continuum.taskqueue.CheckOutTask

Packages that use CheckOutTask
org.apache.continuum.buildmanager   
org.apache.continuum.taskqueue   
org.apache.maven.continuum.web.bean   
 

Uses of CheckOutTask in org.apache.continuum.buildmanager
 

Methods in org.apache.continuum.buildmanager that return types with arguments of type CheckOutTask
 Map<String,CheckOutTask> ParallelBuildsManager.getCurrentCheckouts()
           
 Map<String,CheckOutTask> BuildsManager.getCurrentCheckouts()
          Returns all the checkout tasks currently being executed.
 Map<String,List<CheckOutTask>> ParallelBuildsManager.getProjectsInCheckoutQueues()
           
 Map<String,List<CheckOutTask>> BuildsManager.getProjectsInCheckoutQueues()
          Returns all the overall build queues together with a list of checkout tasks in it's checkout queue.
 

Uses of CheckOutTask in org.apache.continuum.taskqueue
 

Methods in org.apache.continuum.taskqueue that return types with arguments of type CheckOutTask
 List<CheckOutTask> DefaultOverallBuildQueue.getProjectsInCheckoutQueue()
           
 List<CheckOutTask> OverallBuildQueue.getProjectsInCheckoutQueue()
          Get all checkout tasks in checkout queue.
 

Methods in org.apache.continuum.taskqueue with parameters of type CheckOutTask
 void DefaultOverallBuildQueue.addToCheckoutQueue(CheckOutTask checkoutTask)
           
 void OverallBuildQueue.addToCheckoutQueue(CheckOutTask checkoutTask)
          Add checkout task to checkout queue.
 

Method parameters in org.apache.continuum.taskqueue with type arguments of type CheckOutTask
 void DefaultOverallBuildQueue.addToCheckoutQueue(List<CheckOutTask> checkoutTasks)
           
 void OverallBuildQueue.addToCheckoutQueue(List<CheckOutTask> checkoutTasks)
          Add checkout tasks to checkout queue.
 

Uses of CheckOutTask in org.apache.maven.continuum.web.bean
 

Methods in org.apache.maven.continuum.web.bean that return CheckOutTask
 CheckOutTask CheckoutQueue.getTask()
           
 

Methods in org.apache.maven.continuum.web.bean with parameters of type CheckOutTask
 void CheckoutQueue.setTask(CheckOutTask task)
           
 



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