org.zeroturnaround.stats
Class QueingScheduler
java.lang.Object
hudson.model.Queue.QueueDecisionHandler
org.zeroturnaround.stats.QueingScheduler
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class QueingScheduler
- extends hudson.model.Queue.QueueDecisionHandler
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
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 |
QueingScheduler
public QueingScheduler()
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.