Uses of Class
com.atlassian.bamboo.v2.build.queue.QueueOfExecutables.ExecutableData
Package
Description
-
Uses of QueueOfExecutables.ExecutableData in com.atlassian.bamboo.v2.build.queue
Modifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData>
QueueOfExecutables.executablesForAgent
(long agentId) Returns executables available for an agent.@NotNull com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData>
QueueOfExecutables.nonDedicatedExecutablesForAgent
(long agentId) Returns immutable list of the non-dedicated executables available for an agent.Modifier and TypeMethodDescription@Nullable ResultKey
ExecutableOrderProvider.findExecutableForAgent
(long agentId, @NotNull Collection<QueueOfExecutables.ExecutableData> executableData) From the list of executables, returns the executable that should be picked up by the agent. -
Uses of QueueOfExecutables.ExecutableData in com.atlassian.bamboo.v2.build.queue.order
Modifier and TypeMethodDescription@Nullable ResultKey
FifoExecutableOrderProvider.findExecutableForAgent
(long agentId, @NotNull Collection<QueueOfExecutables.ExecutableData> executableData) -
Uses of QueueOfExecutables.ExecutableData in com.atlassian.bamboo.v2.build.queue.queues
Modifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData>
AbstractQueueOfExecutables.executablesForAgent
(long agentId) @NotNull com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData>
AbstractQueueOfExecutables.executablesForAgent
(long agentId, Function<Long, Collection<ResultKey>> source) @NotNull com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData>
AbstractQueueOfExecutables.nonDedicatedExecutablesForAgent
(long agentId)