public class ProgressSnapshot extends java.lang.Object implements java.lang.Comparable<ProgressSnapshot>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgressSnapshot.ProgressSnapshotBuilder |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ProgressSnapshot other) |
static ProgressSnapshot |
copyOf(ProgressSnapshot progressSnapshot) |
static ProgressSnapshot.ProgressSnapshotBuilder |
forRequirementType(java.lang.String requirementType) |
java.lang.String |
getBuildId() |
int |
getCompleted() |
int |
getEstimated() |
int |
getFailed() |
java.lang.String |
getFormattedTime() |
java.lang.String |
getRequirementType() |
org.joda.time.DateTime |
getTime() |
int |
getTotal() |
public static ProgressSnapshot.ProgressSnapshotBuilder forRequirementType(java.lang.String requirementType)
public static ProgressSnapshot copyOf(ProgressSnapshot progressSnapshot)
public org.joda.time.DateTime getTime()
public java.lang.String getRequirementType()
public int getTotal()
public int getCompleted()
public int getEstimated()
public int getFailed()
public java.lang.String getBuildId()
public java.lang.String getFormattedTime()
public int compareTo(ProgressSnapshot other)
compareTo in interface java.lang.Comparable<ProgressSnapshot>