Class ProgressSnapshot
java.lang.Object
net.thucydides.model.reports.history.ProgressSnapshot
- All Implemented Interfaces:
Comparable<ProgressSnapshot>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ProgressSnapshot other) static ProgressSnapshotcopyOf(ProgressSnapshot progressSnapshot) forRequirementType(String requirementType) intintintorg.joda.time.DateTimegetTime()intgetTotal()
-
Method Details
-
forRequirementType
-
copyOf
-
getTime
public org.joda.time.DateTime getTime() -
getRequirementType
-
getTotal
public int getTotal() -
getCompleted
public int getCompleted() -
getEstimated
public int getEstimated() -
getFailed
public int getFailed() -
getBuildId
-
getFormattedTime
-
compareTo
- Specified by:
compareToin interfaceComparable<ProgressSnapshot>
-