|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getName()
void removeBuildKey(java.lang.String buildKey)
buildResults
- java.util.Collection getQueue()
BuildResultsImpl
objects. Empty array if none in queuevoid setDefinition(PipelineDefinition pipelineDefinition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |