public class ProgressSnapshot extends Object implements 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(String requirementType) |
String |
getBuildId() |
int |
getCompleted() |
int |
getEstimated() |
int |
getFailed() |
String |
getFormattedTime() |
String |
getRequirementType() |
org.joda.time.DateTime |
getTime() |
int |
getTotal() |
public static ProgressSnapshot.ProgressSnapshotBuilder forRequirementType(String requirementType)
public static ProgressSnapshot copyOf(ProgressSnapshot progressSnapshot)
public org.joda.time.DateTime getTime()
public String getRequirementType()
public int getTotal()
public int getCompleted()
public int getEstimated()
public int getFailed()
public String getBuildId()
public String getFormattedTime()
public int compareTo(ProgressSnapshot other)
compareTo in interface Comparable<ProgressSnapshot>Copyright © 2023. All rights reserved.