Package com.atlassian.bamboo.builder
Interface BuildProgressBar
- All Superinterfaces:
ProgressBar
- All Known Implementing Classes:
BuildProgressBarImpl
Deprecated.
since 2.7
For backward compatibility only.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.Returns average time of past build executions.Methods inherited from interface com.atlassian.bamboo.progressbar.ProgressBar
getEstimatedDuration, getPercentageCompleted, getPercentageCompletedAsString, getPrettyTimeRemaining, getPrettyTimeRemaining, getTimeElapsedWidth, getTotalTimeWidth, isUnderAverageTime, isValid
-
Method Details
-
getAverageBuildDuration
long getAverageBuildDuration()Deprecated.Returns average time of past build executions.- Returns:
- average build duration in milliseconds
-