com.atlassian.bamboo.buildqueue
Class PipelineSelector

java.lang.Object
  extended by com.atlassian.bamboo.container.BambooTask
      extended by com.atlassian.bamboo.buildqueue.PipelineSelector
All Implemented Interfaces:
Runnable

public class PipelineSelector
extends BambooTask


Constructor Summary
PipelineSelector(BlockingQueue codeChangeQueue, Collection queues)
           
 
Method Summary
protected  void doTask()
          The task we're executing
 
Methods inherited from class com.atlassian.bamboo.container.BambooTask
getPersister, init, isRunning, run, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineSelector

public PipelineSelector(BlockingQueue codeChangeQueue,
                        Collection queues)
Method Detail

doTask

protected void doTask()
               throws Exception
Description copied from class: BambooTask
The task we're executing

Specified by:
doTask in class BambooTask
Throws:
Exception


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.