|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingWorksheet | |
|---|---|
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.model.queue | |
| Uses of MappingWorksheet in hudson.model |
|---|
| Methods in hudson.model with parameters of type MappingWorksheet | |
|---|---|
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 | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||