Uses of Class
hudson.tasks.test.TestResultParser

Packages that use TestResultParser
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). 
 

Uses of TestResultParser in hudson.tasks.junit
 

Subclasses of TestResultParser in hudson.tasks.junit
 class JUnitParser
          Parse some JUnit xml files and generate a TestResult containing all the results parsed.
 

Uses of TestResultParser in hudson.tasks.test
 

Subclasses of TestResultParser in hudson.tasks.test
 class 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.
 

Methods in hudson.tasks.test that return types with arguments of type TestResultParser
static ExtensionList<TestResultParser> TestResultParser.all()
          All registered TestResultParsers
 



Copyright © 2004-2013. All Rights Reserved.