com.atlassian.bamboo.buildqueue
Class RoundRobinQueueStrategy

java.lang.Object
  extended by com.atlassian.bamboo.buildqueue.RoundRobinQueueStrategy
All Implemented Interfaces:
QueueStrategy

public class RoundRobinQueueStrategy
extends Object
implements QueueStrategy


Constructor Summary
RoundRobinQueueStrategy()
           
 
Method Summary
 boolean placeOnQueue(Collection queues, BuildResults buildResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinQueueStrategy

public RoundRobinQueueStrategy()
Method Detail

placeOnQueue

public boolean placeOnQueue(Collection queues,
                            BuildResults buildResults)
                     throws InterruptedException,
                            Exception
Specified by:
placeOnQueue in interface QueueStrategy
Returns:
wheteher the build results could be placed on a queue
Throws:
InterruptedException
Exception


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.