Uses of Package
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).
-
ClassDescriptionCommon 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
. -
ClassDescriptionCommon 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
.