Package com.atlassian.bamboo.builder
Interface BuildProgressBar
-
- All Superinterfaces:
ProgressBar
- All Known Implementing Classes:
BuildProgressBarImpl
@Deprecated public interface BuildProgressBar extends ProgressBar
Deprecated.since 2.7For backward compatibility only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description long
getAverageBuildDuration()
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
-
-