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