public class TestResultSnapshot extends Object implements Comparable<TestResultSnapshot>
Constructor and Description |
---|
TestResultSnapshot(org.joda.time.DateTime time,
int specifiedSteps,
int passingSteps,
int failingSteps,
int skippedSteps,
String buildId) |
TestResultSnapshot(int specifiedSteps,
int passingSteps,
int failingSteps,
int skippedSteps,
String buildId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestResultSnapshot other) |
String |
getBuildId() |
int |
getFailingSteps() |
int |
getPassingSteps() |
int |
getSkippedSteps() |
int |
getSpecifiedSteps() |
org.joda.time.DateTime |
getTime() |
public TestResultSnapshot(org.joda.time.DateTime time, int specifiedSteps, int passingSteps, int failingSteps, int skippedSteps, String buildId)
public TestResultSnapshot(int specifiedSteps, int passingSteps, int failingSteps, int skippedSteps, String buildId)
public org.joda.time.DateTime getTime()
public int getSpecifiedSteps()
public int getPassingSteps()
public int getFailingSteps()
public int getSkippedSteps()
public String getBuildId()
public int compareTo(TestResultSnapshot other)
compareTo
in interface Comparable<TestResultSnapshot>
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.