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
Deprecated.
Unused, unusable.
|
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<TestResultParser> |
TestResultParser.all()
Deprecated.
Unused. In fact only the
labeled-test-groups-publisher plugin seems to actually enumerate parsers this way (though not using this method), a use case superseded by PipelineTestDetails . |
Copyright © 2016–2022. All rights reserved.