Uses of Package
hudson.tasks.test

Packages that use hudson.tasks.test
hudson.maven.reporters   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
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). 
 

Classes in hudson.tasks.test used by hudson.maven.reporters
AbstractTestResultAction
          Common base class for recording test result.
AggregatedTestResultAction
          AbstractTestResultAction that aggregates all the test results from the corresponding AbstractBuilds.
AggregatedTestResultAction.Child
           
 

Classes in hudson.tasks.test used by hudson.model
AbstractTestResultAction
          Common base class for recording test result.
AggregatedTestResultAction
          AbstractTestResultAction that aggregates all the test results from the corresponding AbstractBuilds.
 

Classes in hudson.tasks.test used by hudson.tasks.junit
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.
 

Classes in hudson.tasks.test used by hudson.tasks.test
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.
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-2013. All Rights Reserved.