Package hudson.tasks.junit
Class HistoryTestResultSummary
java.lang.Object
hudson.tasks.junit.HistoryTestResultSummary
-
Constructor Summary
ConstructorDescriptionHistoryTestResultSummary
(Run<?, ?> run, float duration, int failCount, int skipCount, int passCount) HistoryTestResultSummary
(Run<?, ?> run, float duration, int failCount, int skipCount, int passCount, String description) -
Method Summary
-
Constructor Details
-
HistoryTestResultSummary
public HistoryTestResultSummary(Run<?, ?> run, float duration, int failCount, int skipCount, int passCount) -
HistoryTestResultSummary
-
-
Method Details
-
getDescription
-
getRun
-
getDuration
public float getDuration() -
getDurationString
-
getFailCount
public int getFailCount() -
getSkipCount
public int getSkipCount() -
getPassCount
public int getPassCount() -
getTotalCount
public int getTotalCount() -
getBadness
public float getBadness() -
getFullDisplayName
-
getUrl
-