|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionStatus
Method Summary | |
---|---|
long |
getAverageDuration()
Estimated total execution time of a task. |
BuildChanges |
getBuildChanges()
Changes associated with current build |
BuildIdentifier |
getBuildIdentifier()
The ID of the build |
long |
getElapsedTime()
How long the task has taken up to now. |
ProgressBar |
getProgressBar()
Track progress of the current build |
java.util.Date |
getQueueTime()
When the process was queued for execution |
java.util.Date |
getStartTime()
When was the execution started. |
TriggerReason |
getTriggerReason()
The trigger reason of the current build |
Method Detail |
---|
@NotNull BuildIdentifier getBuildIdentifier()
@NotNull TriggerReason getTriggerReason()
@NotNull BuildChanges getBuildChanges()
@Nullable java.util.Date getStartTime()
@Nullable java.util.Date getQueueTime()
long getAverageDuration()
long getElapsedTime()
@NotNull ProgressBar getProgressBar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |