com.atlassian.bamboo.buildqueue
Interface BuildQueue


public interface BuildQueue

This interface defines the behavious of a build queue.


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

Method Detail

getName

java.lang.String getName()

removeBuildKey

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

Parameters:
buildResults -

getQueue

java.util.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 © 2010 Atlassian. All Rights Reserved.