Uses of Class
hudson.model.queue.FutureLoad
-
Packages that use FutureLoad Package Description hudson.model.queue -
-
Uses of FutureLoad in hudson.model.queue
Methods in hudson.model.queue that return types with arguments of type FutureLoad Modifier and Type Method Description Iterable<FutureLoad>
LoadPredictor.CurrentlyRunningTasks. predict(MappingWorksheet plan, Computer computer, long start, long eternity)
Iterable<FutureLoad>
LoadPredictor. predict(Computer computer, long start, long end)
Deprecated.as of 1.380 UseLoadPredictor.predict(MappingWorksheet, Computer, long, long)
Iterable<FutureLoad>
LoadPredictor. predict(MappingWorksheet plan, Computer computer, long start, long end)
Estimates load starting from the 'start' timestamp, up to the 'end' timestamp.
-