Package hudson.tasks.junit
Class History.HistoryParseResult
java.lang.Object
hudson.tasks.junit.History.HistoryParseResult
- Enclosing class:
- History
-
Constructor Summary
ConstructorDescriptionHistoryParseResult
(List<HistoryTestResultSummary> historySummaries, int buildsRequested, int start, int end) HistoryParseResult
(List<HistoryTestResultSummary> historySummaries, int buildsRequested, int buildsParsed, int buildsWithTestResult, boolean hasTimedOut, int start, int end, int interval) -
Method Summary
-
Constructor Details
-
HistoryParseResult
public HistoryParseResult(List<HistoryTestResultSummary> historySummaries, int buildsRequested, int buildsParsed, int buildsWithTestResult, boolean hasTimedOut, int start, int end, int interval) -
HistoryParseResult
public HistoryParseResult(List<HistoryTestResultSummary> historySummaries, int buildsRequested, int start, int end)
-