Package hudson.model.queue
Class FutureLoad
- java.lang.Object
-
- hudson.model.queue.FutureLoad
-
public final class FutureLoad extends Object
Estimated future load to Hudson.- Author:
- Kohsuke Kawaguchi
- See Also:
LoadPredictor
-
-
Field Summary
Fields Modifier and Type Field Description long
duration
How long is task expected to continue, in milliseconds?int
numExecutors
How many executors is this going to consume?long
startTime
When is this load expected to start?
-
Constructor Summary
Constructors Constructor Description FutureLoad(long startTime, long duration, int numExecutors)
-