|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildProgressBar
This object encapsulates the bar graph that represents a progress of a given build
| Method Summary | |
|---|---|
double |
getPercentageCompleted()
Elapsed time / total time |
String |
getPrettyTimeRemaining()
Returns the approximate amount of time remaining |
int |
getTimeElpasedWidth()
Return the width of the "elapsed time" progress bar |
int |
getTotalTimeWidth()
Return the width of the "total time" progress bar |
boolean |
isUnderAverageTime()
Returns true if elapse time < ave time |
boolean |
isValid()
Returns true iff the ave time is > 0 |
| Method Detail |
|---|
boolean isValid()
boolean isUnderAverageTime()
double getPercentageCompleted()
String getPrettyTimeRemaining()
int getTotalTimeWidth()
int getTimeElpasedWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||