Class ProgressSnapshot

java.lang.Object
net.thucydides.core.reports.history.ProgressSnapshot
All Implemented Interfaces:
java.lang.Comparable<ProgressSnapshot>

public class ProgressSnapshot
extends java.lang.Object
implements java.lang.Comparable<ProgressSnapshot>
  • Method Details

    • forRequirementType

      public static ProgressSnapshot.ProgressSnapshotBuilder forRequirementType​(java.lang.String requirementType)
    • copyOf

      public static ProgressSnapshot copyOf​(ProgressSnapshot progressSnapshot)
    • getTime

      public org.joda.time.DateTime getTime()
    • getRequirementType

      public java.lang.String getRequirementType()
    • getTotal

      public int getTotal()
    • getCompleted

      public int getCompleted()
    • getEstimated

      public int getEstimated()
    • getFailed

      public int getFailed()
    • getBuildId

      public java.lang.String getBuildId()
    • getFormattedTime

      public java.lang.String getFormattedTime()
    • compareTo

      public int compareTo​(ProgressSnapshot other)
      Specified by:
      compareTo in interface java.lang.Comparable<ProgressSnapshot>