Uses of Class
hudson.tasks.junit.HistoryTestResultSummary
Packages that use HistoryTestResultSummary
Package
Description
Model objects that represent JUnit test reports.
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
-
Uses of HistoryTestResultSummary in hudson.tasks.junit
Methods in hudson.tasks.junit that return types with arguments of type HistoryTestResultSummaryConstructor parameters in hudson.tasks.junit with type arguments of type HistoryTestResultSummaryModifierConstructorDescriptionHistoryParseResult
(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) -
Uses of HistoryTestResultSummary in hudson.tasks.test
Constructor parameters in hudson.tasks.test with type arguments of type HistoryTestResultSummaryModifierConstructorDescriptionTestObjectIterable
(TestObject baseline, List<HistoryTestResultSummary> results) -
Uses of HistoryTestResultSummary in io.jenkins.plugins.junit.storage
Methods in io.jenkins.plugins.junit.storage that return types with arguments of type HistoryTestResultSummary