public interface BuildQueue
Modifier and Type | Method and Description |
---|---|
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) |
String getName()
void removeBuildKey(String buildKey)
buildKey
- Collection getQueue()
BuildResultsImpl
objects. Empty array if none in queuevoid setDefinition(PipelineDefinition pipelineDefinition)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.