com.elasticbox.jenkins
Class InstanceCreationQueueDecisionHandler

java.lang.Object
  extended by hudson.model.Queue.QueueDecisionHandler
      extended by com.elasticbox.jenkins.InstanceCreationQueueDecisionHandler
All Implemented Interfaces:
hudson.ExtensionPoint

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

Author:
Phong Nguyen Le

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
InstanceCreationQueueDecisionHandler()
           
 
Method Summary
 boolean shouldSchedule(hudson.model.Queue.Task p, 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

InstanceCreationQueueDecisionHandler

public InstanceCreationQueueDecisionHandler()
Method Detail

shouldSchedule

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


Copyright © 2004-2014. All Rights Reserved.