|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultStatisticsProvider
An abstract interface of "result" objects which is used to draw statistics.
Method Summary | |
---|---|
java.util.Date |
getBuildDate()
When the build was executed |
int |
getBuildNumber()
Get build number |
BuildState |
getBuildState()
Build state. |
long |
getDuration()
Get duration of the build in milliseconds. |
double |
getDurationInSeconds()
Deprecated. since 3.3 use getDuration() instead and TimeUnit to convert
to units other than milliseconds |
long |
getProcessingDuration()
Get processing duration of the build in milliseconds. |
java.util.Date |
getStatDate()
When the build was executed. |
Method Detail |
---|
BuildState getBuildState()
int getBuildNumber()
@Nullable java.util.Date getBuildDate()
@NotNull java.util.Date getStatDate()
@Deprecated double getDurationInSeconds()
getDuration()
instead and TimeUnit
to convert
to units other than milliseconds
long getDuration()
long getProcessingDuration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |