Uses of Class
hudson.model.queue.MappingWorksheet
-
Packages that use MappingWorksheet Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of MappingWorksheet in hudson.model
Methods in hudson.model with parameters of type MappingWorksheet Modifier and Type Method Description abstract MappingWorksheet.Mapping
LoadBalancer. map(Queue.Task task, MappingWorksheet worksheet)
Chooses the executor(s) to carry out the build for the given task. -
Uses of MappingWorksheet in hudson.model.queue
Methods in hudson.model.queue with parameters of type MappingWorksheet Modifier and Type Method Description Iterable<FutureLoad>
LoadPredictor.CurrentlyRunningTasks. predict(MappingWorksheet plan, Computer computer, long start, long eternity)
Iterable<FutureLoad>
LoadPredictor. predict(MappingWorksheet plan, Computer computer, long start, long end)
Estimates load starting from the 'start' timestamp, up to the 'end' timestamp.
-