Class RestProgress

java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.RestProgress

public class RestProgress extends Object
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestProgress

      public RestProgress()
    • RestProgress

      public RestProgress(ExecutionStatus executionStatus)
  • Method Details

    • 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()