org.jenkinsci.plugins.externalscheduler
Class Dispatcher

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

public class Dispatcher
extends hudson.model.queue.QueueTaskDispatcher

Assign jobs to particular nodes when Jenkins asks.

Author:
ogondza

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

Method Detail

canTake

public hudson.model.queue.CauseOfBlockage canTake(hudson.model.Node node,
                                                  hudson.model.Queue.BuildableItem item)
Overrides:
canTake in class hudson.model.queue.QueueTaskDispatcher


Copyright © 2004-2013. All Rights Reserved.