net.thucydides.core.reports.history
Class ProgressSnapshot
java.lang.Object
net.thucydides.core.reports.history.ProgressSnapshot
- All Implemented Interfaces:
- Comparable<ProgressSnapshot>
public class ProgressSnapshot
- extends Object
- implements Comparable<ProgressSnapshot>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forRequirementType
public static ProgressSnapshot.ProgressSnapshotBuilder forRequirementType(String requirementType)
copyOf
public static ProgressSnapshot copyOf(ProgressSnapshot progressSnapshot)
getTime
public org.joda.time.DateTime getTime()
getRequirementType
public String getRequirementType()
getTotal
public int getTotal()
getCompleted
public int getCompleted()
getEstimated
public int getEstimated()
getFailed
public int getFailed()
getBuildId
public String getBuildId()
getFormattedTime
public String getFormattedTime()
compareTo
public int compareTo(ProgressSnapshot other)
- Specified by:
compareTo in interface Comparable<ProgressSnapshot>
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.