Uses of Class
hudson.model.queue.LoadPredictor
-
Packages that use LoadPredictor Package Description hudson.model.queue -
-
Uses of LoadPredictor in hudson.model.queue
Subclasses of LoadPredictor in hudson.model.queue Modifier and Type Class Description static class
LoadPredictor.CurrentlyRunningTasks
Considers currently running tasks and their completion.Methods in hudson.model.queue that return types with arguments of type LoadPredictor Modifier and Type Method Description static ExtensionList<LoadPredictor>
LoadPredictor. all()
All the registered instances.Constructor parameters in hudson.model.queue with type arguments of type LoadPredictor Constructor Description MappingWorksheet(Queue.BuildableItem item, List<? extends MappingWorksheet.ExecutorSlot> offers, Collection<? extends LoadPredictor> loadPredictors)
-