Package hudson.tasks.test
package hudson.tasks.test
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one). This contract allows
Project
to display a test result trend history.-
ClassDescriptionAbstractTestResultAction<T extends AbstractTestResultAction>Common base class for recording test result.
AbstractTestResultAction
that aggregates all the test results from the correspondingRun
s.Data-binding bean for the remote API.Aggregates downstream test reports into a single consolidated report, so that people can see the overall test results in one page when tests are scattered across many different jobs.Action that serves the aggregated record.Deprecated.Unused, unusable.Generated localization support class.The purpose of this class is to provide a good place for the jelly to bind to.Builder class for recording additional Pipeline-related arguments needed for test parsing and test results.The simplest possible case result, with no language ties.Cumulated result of multiple tests.Base class for all test result objects.A class that represents a general concept of a test result, without any language or implementation specifics.Parses test result files and builds in-memory representation of it asTestResult
.Project action object from test reporter, such asJUnitResultArchiver
, which displays the trend report on the project top page.