| Package | Description |
|---|---|
| hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
| hudson.tasks.test |
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
|
| Class and Description |
|---|
| AbstractTestResultAction
Common base class for recording test result.
|
| MetaTabulatedResult
The purpose of this class is to provide a good place for the
jelly to bind to.
|
| TabulatedResult
Cumulated result of multiple tests.
|
| TestObject
Base class for all test result objects.
|
| TestResult
A class that represents a general concept of a test result, without any
language or implementation specifics.
|
| TestResultParser
Parses test result files and builds in-memory representation of it as
TestResult. |
| Class and Description |
|---|
| AbstractTestResultAction
Common base class for recording test result.
|
| AggregatedTestResultAction.Child |
| AggregatedTestResultAction.ChildReport
Data-binding bean for the remote API.
|
| AggregatedTestResultPublisher
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.
|
| SimpleCaseResult
The simplest possible case result, with no language ties.
|
| TabulatedResult
Cumulated result of multiple tests.
|
| TestObject
Base class for all test result objects.
|
| TestResult
A class that represents a general concept of a test result, without any
language or implementation specifics.
|
| TestResultParser
Parses test result files and builds in-memory representation of it as
TestResult. |
Copyright © 2004-2014. All Rights Reserved.