com.atlassian.bamboo.buildqueue
Interface BuildQueue

All Known Implementing Classes:
SimpleBuildQueue

public interface BuildQueue

This interface defines the behavious of a build queue.


Method Summary
 String getName()
           
 Collection getQueue()
          Get the contents of the queue.
 void removeBuildKey(String buildKey)
          Add the given build to the build queue.
 void setDefinition(PipelineDefinition pipelineDefinition)
           
 

Method Detail

getName

String getName()

removeBuildKey

void removeBuildKey(String buildKey)
Add the given build to the build queue.

Parameters:
buildResults -

getQueue

Collection getQueue()
Get the contents of the queue.

Returns:
Collection of BuildResultsImpl objects. Empty array if none in queue

setDefinition

void setDefinition(PipelineDefinition pipelineDefinition)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.