Package hudson.tasks.test

Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one).

See:
          Description

Class Summary
AbstractTestResultAction<T extends AbstractTestResultAction> Common base class for recording test result.
AggregatedTestResultAction AbstractTestResultAction that aggregates all the test results from the corresponding AbstractBuilds.
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  
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.
MatrixTestResult Action that aggregates all the test results from MatrixRuns.
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.
TestResultAggregator Aggregates AbstractTestResultActions of MatrixRuns into MatrixBuild.
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.
 

Package hudson.tasks.test Description

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.



Copyright © 2004-2013. All Rights Reserved.