org.zeroturnaround.stats
Class QueingScheduler

java.lang.Object
  extended by hudson.model.Queue.QueueDecisionHandler
      extended by org.zeroturnaround.stats.QueingScheduler
All Implemented Interfaces:
hudson.ExtensionPoint

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
QueingScheduler()
           
 
Method Summary
 boolean shouldSchedule(hudson.model.Queue.Task p, List<hudson.model.Action> actions)
          We will store all scheduled items into an eden space.
 
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

QueingScheduler

public QueingScheduler()
Method Detail

shouldSchedule

public boolean shouldSchedule(hudson.model.Queue.Task p,
                              List<hudson.model.Action> actions)
We will store all scheduled items into an eden space. Each item will get a timestamp on creation so we know when they were scheduled.

Specified by:
shouldSchedule in class hudson.model.Queue.QueueDecisionHandler


Copyright © 2004-2013. All Rights Reserved.