matrixtieparent
Class QueueDecisionHandlerMtp

java.lang.Object
  extended by hudson.model.Queue.QueueDecisionHandler
      extended by matrixtieparent.QueueDecisionHandlerMtp
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class QueueDecisionHandlerMtp
extends hudson.model.Queue.QueueDecisionHandler

Maybe assign a Label to limit where the parent build for a Matrix project may run.

Author:
Ken Bertelson

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
QueueDecisionHandlerMtp()
           
 
Method Summary
 boolean shouldSchedule(hudson.model.Queue.Task p, java.util.List<hudson.model.Action> actions)
           
 
Methods inherited from class hudson.model.Queue.QueueDecisionHandler
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueDecisionHandlerMtp

public QueueDecisionHandlerMtp()
Method Detail

shouldSchedule

public boolean shouldSchedule(hudson.model.Queue.Task p,
                              java.util.List<hudson.model.Action> actions)
Specified by:
shouldSchedule in class hudson.model.Queue.QueueDecisionHandler


Copyright © 2010. All Rights Reserved.