Methods in hudson.model.queue that return types with arguments of type FutureLoad |
Iterable<FutureLoad> |
LoadPredictor.predict(Computer computer,
long start,
long end)
Deprecated. as of 1.380
Use LoadPredictor.predict(MappingWorksheet, Computer, long, long) |
Iterable<FutureLoad> |
BackFiller.predict(MappingWorksheet plan,
Computer computer,
long start,
long end)
|
Iterable<FutureLoad> |
LoadPredictor.predict(MappingWorksheet plan,
Computer computer,
long start,
long end)
Estimates load starting from the 'start' timestamp, up to the 'end' timestamp. |
Iterable<FutureLoad> |
LoadPredictor.CurrentlyRunningTasks.predict(MappingWorksheet plan,
Computer computer,
long start,
long eternity)
|