org.jenkinsci.plugins.dependencyqueue
Class DependencyQueueDispatcher

java.lang.Object
  extended by hudson.model.queue.QueueTaskDispatcher
      extended by org.jenkinsci.plugins.dependencyqueue.DependencyQueueDispatcher
All Implemented Interfaces:
hudson.ExtensionPoint

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


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

Constructor Detail

DependencyQueueDispatcher

public DependencyQueueDispatcher()
Method Detail

canRun

public hudson.model.queue.CauseOfBlockage canRun(hudson.model.Queue.Item itemInQuestion)
Overrides:
canRun in class hudson.model.queue.QueueTaskDispatcher


Copyright © 2004-2012. All Rights Reserved.