Package | Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
JUnitParser
Parse some JUnit xml files and generate a TestResult containing all the
results parsed.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<TestResultParser> |
TestResultParser.all()
All registered
TestResultParser s |
Copyright © 2015. All rights reserved.