See: Description
Class | Description |
---|---|
AbstractTestResultAction<T extends AbstractTestResultAction> |
Common base class for recording test result.
|
AbstractTestResultAction.Summarizer | |
AggregatedTestResultAction |
AbstractTestResultAction that aggregates all the test results
from the corresponding AbstractBuild s. |
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.
|
AggregatedTestResultPublisher.DescriptorImpl | |
AggregatedTestResultPublisher.TestResultAction |
Action that serves the aggregated record.
|
AggregatedTestResultPublisher.TestResultAction.RunListenerImpl | |
AggregatedTestResultPublisher.TestResultProjectAction | |
DefaultTestResultParserImpl |
Default partial implementation of
TestResultParser that handles GLOB dereferencing
and other checks for user errors, such as misconfigured GLOBs, up-to-date checks on test reports. |
Messages | |
MetaTabulatedResult |
The purpose of this class is to provide a good place for the
jelly to bind to.
|
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 . |
TestResultProjectAction |
Project action object from test reporter, such as
JUnitResultArchiver ,
which displays the trend report on the project top page. |
Copyright © 2014. All rights reserved.