net.thucydides.core.reports.history
Class ProgressSnapshot

Package class diagram package ProgressSnapshot
java.lang.Object
  extended by net.thucydides.core.reports.history.ProgressSnapshot
All Implemented Interfaces:
Comparable<ProgressSnapshot>

public class ProgressSnapshot
extends Object
implements Comparable<ProgressSnapshot>


Nested Class Summary
static class ProgressSnapshot.ProgressSnapshotBuilder
           
 
Method Summary
 int compareTo(ProgressSnapshot other)
           
static ProgressSnapshot copyOf(ProgressSnapshot progressSnapshot)
           
static ProgressSnapshot.ProgressSnapshotBuilder forRequirementType(String requirementType)
           
 String getBuildId()
           
 int getCompleted()
           
 int getEstimated()
           
 int getFailed()
           
 String getFormattedTime()
           
 String getRequirementType()
           
 org.joda.time.DateTime getTime()
           
 int getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.