public class BuildEstimates
extends java.lang.Object
| Constructor and Description |
|---|
BuildEstimates(TimeInterval timeInterval,
BuildAgent agent,
WaitReason waitReason,
boolean delayed)
Initializes the instance.
|
| Modifier and Type | Method and Description |
|---|---|
BuildAgent |
getAgent() |
TimeInterval |
getTimeInterval() |
WaitReason |
getWaitReason()
There is one obvious reason for not running a build -- there's no available agents.
|
boolean |
isDelayed() |
public BuildEstimates(@Nullable
TimeInterval timeInterval,
@Nullable
BuildAgent agent,
@Nullable
WaitReason waitReason,
boolean delayed)
timeInterval - see getteragent - see getterwaitReason - special wait reasondelayed - indicates if this build is delayed by overtiming running build@Nullable public TimeInterval getTimeInterval()
@Nullable public BuildAgent getAgent()
@Nullable public WaitReason getWaitReason()
public boolean isDelayed()