Uses of Class
hudson.tasks.test.TestResultParser
Package
Description
Model objects that represent JUnit test reports.
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
Modifier and TypeClassDescriptionclass
Parse some JUnit xml files and generate a TestResult containing all the results parsed. -
Uses of TestResultParser in hudson.tasks.test
Modifier and TypeMethodDescriptionstatic ExtensionList<TestResultParser>
TestResultParser.all()
Deprecated.Unused.