Uses of Class
com.atlassian.bamboo.v2.build.queue.QueueOfExecutables.ExecutableData

Packages that use QueueOfExecutables.ExecutableData
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.build.queue.order   
com.atlassian.bamboo.v2.build.queue.queues   
 

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.ExecutableData
 com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData> QueueOfExecutables.executablesForAgent(long agentId)
          Returns executables available for an agent.
 

Method parameters in com.atlassian.bamboo.v2.build.queue with type arguments of type QueueOfExecutables.ExecutableData
 ResultKey ExecutableOrderProvider.findExecutableForAgent(long agentId, java.util.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.ExecutableData
 ResultKey FifoExecutableOrderProvider.findExecutableForAgent(long agentId, java.util.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.ExecutableData
 com.google.common.collect.ImmutableList<QueueOfExecutables.ExecutableData> AbstractQueueOfExecutables.executablesForAgent(long agentId)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.