Uses of Class
hudson.model.queue.FutureLoad

Packages that use FutureLoad
hudson.model.queue   
 

Uses of FutureLoad in hudson.model.queue
 

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)
           
 



Copyright © 2004-2013. All Rights Reserved.