public class BackFiller extends LoadPredictor
Modifier and Type | Class and Description |
---|---|
static class |
BackFiller.TentativePlan |
LoadPredictor.CurrentlyRunningTasks
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
BackFiller() |
Modifier and Type | Method and Description |
---|---|
static BackFiller |
newInstance()
Once this feature stabilizes, move it to the heavyjob plugin
|
Iterable<FutureLoad> |
predict(MappingWorksheet plan,
Computer computer,
long start,
long end)
Estimates load starting from the 'start' timestamp, up to the 'end' timestamp.
|
all, predict
public Iterable<FutureLoad> predict(MappingWorksheet plan, Computer computer, long start, long end)
LoadPredictor
predict
in class LoadPredictor
plan
- This is the execution plan for which we are making a load prediction. Never null. While
this object is still being partially constructed when this method is called, some
of its properties (like MappingWorksheet.item
provide access to more contextual
information.start
- Where to start enumeration. Always bigger or equal to the current time of the execution.@Extension public static BackFiller newInstance()
Copyright © 2014. All rights reserved.