Uses of Class
com.atlassian.bamboo.v2.build.queue.QueueOfExecutables.ExecutableData
Packages that use QueueOfExecutables.ExecutableData
Package
Description
-
Uses of QueueOfExecutables.ExecutableData in com.atlassian.bamboo.v2.build.queue
Methods in com.atlassian.bamboo.v2.build.queue that return types with arguments of type QueueOfExecutables.ExecutableDataModifier 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.Method parameters in com.atlassian.bamboo.v2.build.queue with type arguments of type QueueOfExecutables.ExecutableDataModifier 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
Method parameters in com.atlassian.bamboo.v2.build.queue.order with type arguments of type QueueOfExecutables.ExecutableDataModifier 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
Methods in com.atlassian.bamboo.v2.build.queue.queues that return types with arguments of type QueueOfExecutables.ExecutableDataModifier 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)