com.atlassian.bamboo.buildqueue
Interface QueueStrategy

All Known Implementing Classes:
RoundRobinQueueStrategy, SmallestQueueStrategy

public interface QueueStrategy


Method Summary
 boolean placeOnQueue(Collection queues, BuildResults buildResults)
           
 

Method Detail

placeOnQueue

boolean placeOnQueue(Collection queues,
                     BuildResults buildResults)
                     throws InterruptedException,
                            Exception
Parameters:
queues -
buildResults -
Returns:
wheteher the build results could be placed on a queue
Throws:
InterruptedException
Exception


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.