Package | Description |
---|---|
hudson.model.queue |
Modifier and Type | Method and Description |
---|---|
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 © 2017. All rights reserved.