com.atlassian.bamboo.v2.build.queue
Interface AgentQueueAccessor

All Known Implementing Classes:
AgentQueueAccessorImpl, BuildQueueManagerImpl

public interface AgentQueueAccessor


Method Summary
 BuildContext takeBuildContext(long agentId)
          Takes a BuildContext from the queue, blocking until one is available.
 

Method Detail

takeBuildContext

@NotNull
BuildContext takeBuildContext(long agentId)
                              throws java.lang.InterruptedException
Takes a BuildContext from the queue, blocking until one is available. The lock on the build is not released. The caller should call BuildExecutionManager#finishProcess to release this lock when ready.

Parameters:
the - long id of the agent that is taking the build context.
Returns:
The BuildContext.
Throws:
java.lang.InterruptedException - if the calling Thread is interrupted.


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.