public class BackFiller extends LoadPredictor
| Modifier and Type | Class and Description |
|---|---|
static class |
BackFiller.TentativePlan |
LoadPredictor.CurrentlyRunningTasksExtensionPoint.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, predictpublic Iterable<FutureLoad> predict(MappingWorksheet plan, Computer computer, long start, long end)
LoadPredictorpredict in class LoadPredictorplan - 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 © 2019. All rights reserved.