hudson.plugins.throttleconcurrents
Class ThrottleQueueTaskDispatcher

java.lang.Object
  extended by hudson.model.queue.QueueTaskDispatcher
      extended by hudson.plugins.throttleconcurrents.ThrottleQueueTaskDispatcher
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ThrottleQueueTaskDispatcher
extends hudson.model.queue.QueueTaskDispatcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ThrottleQueueTaskDispatcher()
           
 
Method Summary
 hudson.model.queue.CauseOfBlockage canTake(hudson.model.Node node, hudson.model.Queue.Task task)
           
 
Methods inherited from class hudson.model.queue.QueueTaskDispatcher
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrottleQueueTaskDispatcher

public ThrottleQueueTaskDispatcher()
Method Detail

canTake

public hudson.model.queue.CauseOfBlockage canTake(hudson.model.Node node,
                                                  hudson.model.Queue.Task task)
Specified by:
canTake in class hudson.model.queue.QueueTaskDispatcher


Copyright © 2010. All Rights Reserved.