Uses of Package
hudson.tasks.test
Packages that use hudson.tasks.test
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).
-
Classes in hudson.tasks.test used by hudson.tasks.junitClassDescriptionCommon base class for recording test result.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.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 as
TestResult
. -
Classes in hudson.tasks.test used by hudson.tasks.testClassDescriptionCommon base class for recording test result.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.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 as
TestResult
.