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 public class BuildProgressBarImpl extends ProgressBarImpl implements BuildProgressBar
Deprecated.since 2.7For backward compatibility only.
-
-
Constructor Summary
Constructors Constructor Description BuildProgressBarImpl(CurrentlyBuilding currentlyBuilding)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description long
getAverageBuildDuration()
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 Detail
-
BuildProgressBarImpl
public BuildProgressBarImpl(CurrentlyBuilding currentlyBuilding)
Deprecated.
-
-
Method Detail
-
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
-
-