Package | Description |
---|---|
com.atlassian.bamboo.v2.build.queue | |
com.atlassian.bamboo.v2.build.queue.order | |
com.atlassian.bamboo.v2.build.queue.queues |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData> |
QueueOfExecutables.executablesForAgent(long agentId)
Returns executables available for an agent.
|
Modifier and Type | Method and Description |
---|---|
ResultKey |
ExecutableOrderProvider.findExecutableForAgent(long agentId,
Collection<QueueOfExecutables.ExecutableData> executableData)
From the list of executables, returns the executable that should be picked up by the agent.
|
Modifier and Type | Method and Description |
---|---|
ResultKey |
FifoExecutableOrderProvider.findExecutableForAgent(long agentId,
Collection<QueueOfExecutables.ExecutableData> executableData) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData> |
AbstractQueueOfExecutables.executablesForAgent(long agentId) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.