com.atlassian.bamboo.builder
Class BuildProgressBarImpl

java.lang.Object
  extended by com.atlassian.bamboo.progressbar.ProgressBarImpl
      extended by com.atlassian.bamboo.builder.BuildProgressBarImpl
All Implemented Interfaces:
BuildProgressBar, ProgressBar

Deprecated. since 2.7

@Deprecated
public class BuildProgressBarImpl
extends ProgressBarImpl
implements BuildProgressBar

For backward compatibility only.


Constructor Summary
BuildProgressBarImpl(CurrentlyBuilding currentlyBuilding)
          Deprecated.  
 
Method Summary
 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 interface BuildProgressBar
Returns:
average build duration in milliseconds


Copyright © 2012 Atlassian. All Rights Reserved.