Class RestProgress
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.build.RestProgress
-
public class RestProgress extends Object
-
-
Constructor Summary
Constructors Constructor Description RestProgress()
RestProgress(ExecutionStatus executionStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAverageBuildDuration()
long
getBuildTime()
String
getExpand()
Double
getPercentageCompleted()
String
getPercentageCompletedPretty()
String
getPrettyAverageBuildDuration()
String
getPrettyBuildTime()
String
getPrettyStartedTime()
String
getPrettyTimeRemaining()
String
getPrettyTimeRemainingLong()
String
getStartedTime()
String
getStartedTimeFormatted()
boolean
isUnderAverageTime()
boolean
isValid()
-
-
-
Field Detail
-
expand
protected String expand
-
-
Constructor Detail
-
RestProgress
public RestProgress()
-
RestProgress
public RestProgress(ExecutionStatus executionStatus)
-
-
Method Detail
-
getExpand
public String getExpand()
-
isValid
public boolean isValid()
-
isUnderAverageTime
public boolean isUnderAverageTime()
-
getPercentageCompleted
public Double getPercentageCompleted()
-
getPercentageCompletedPretty
public String getPercentageCompletedPretty()
-
getPrettyTimeRemaining
public String getPrettyTimeRemaining()
-
getPrettyTimeRemainingLong
public String getPrettyTimeRemainingLong()
-
getAverageBuildDuration
public long getAverageBuildDuration()
-
getPrettyAverageBuildDuration
public String getPrettyAverageBuildDuration()
-
getBuildTime
public long getBuildTime()
-
getPrettyBuildTime
public String getPrettyBuildTime()
-
getStartedTime
public String getStartedTime()
-
getStartedTimeFormatted
public String getStartedTimeFormatted()
-
getPrettyStartedTime
public String getPrettyStartedTime()
-
-