Package com.atlassian.bamboo.builder
Class BuildProgressBarImpl
java.lang.Object
com.atlassian.bamboo.progressbar.ProgressBarImpl
com.atlassian.bamboo.builder.BuildProgressBarImpl
- All Implemented Interfaces:
BuildProgressBar
,ProgressBar
Deprecated.
since 2.7
For backward compatibility only.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.Returns average time of past build executions.Methods inherited from class com.atlassian.bamboo.progressbar.ProgressBarImpl
getEstimatedDuration, getPercentageCompleted, getPercentageCompletedAsString, getPrettyTimeRemaining, getPrettyTimeRemaining, getTimeElapsedWidth, getTotalTimeWidth, isUnderAverageTime, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.progressbar.ProgressBar
getEstimatedDuration, getPercentageCompleted, getPercentageCompletedAsString, getPrettyTimeRemaining, getPrettyTimeRemaining, getTimeElapsedWidth, getTotalTimeWidth, isUnderAverageTime, isValid
-
Constructor Details
-
BuildProgressBarImpl
Deprecated.
-
-
Method Details
-
getAverageBuildDuration
public long getAverageBuildDuration()Deprecated.Description copied from interface:BuildProgressBar
Returns average time of past build executions.- Specified by:
getAverageBuildDuration
in interfaceBuildProgressBar
- Returns:
- average build duration in milliseconds
-