Uses of Interface
org.apache.continuum.taskqueue.OverallBuildQueue

Packages that use OverallBuildQueue
org.apache.continuum.buildmanager   
org.apache.continuum.taskqueue   
 

Uses of OverallBuildQueue in org.apache.continuum.buildmanager
 

Methods in org.apache.continuum.buildmanager that return OverallBuildQueue
 OverallBuildQueue ParallelBuildsManager.getOverallBuildQueueWhereProjectsInGroupAreQueued(int projectGroupId)
           
 

Methods in org.apache.continuum.buildmanager that return types with arguments of type OverallBuildQueue
 Map<Integer,OverallBuildQueue> ParallelBuildsManager.getOverallBuildQueues()
           
 

Method parameters in org.apache.continuum.buildmanager with type arguments of type OverallBuildQueue
 void ParallelBuildsManager.setOverallBuildQueues(Map<Integer,OverallBuildQueue> overallBuildQueues)
           
 

Uses of OverallBuildQueue in org.apache.continuum.taskqueue
 

Classes in org.apache.continuum.taskqueue that implement OverallBuildQueue
 class DefaultOverallBuildQueue
          "Overall" build queue which has a checkout queue and a build queue.
 



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