Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
hudson.tasks.junit.pipeline |
Modifier and Type | Class and Description |
---|---|
class |
JUnitResultArchiver
Generates HTML report from JUnit test result XML files.
|
Modifier and Type | Method and Description |
---|---|
static TestResultAction |
JUnitResultArchiver.parseAndAttach(JUnitTask task,
PipelineTestDetails pipelineTestDetails,
Run build,
FilePath workspace,
Launcher launcher,
TaskListener listener)
|
static TestResultSummary |
JUnitResultArchiver.parseAndSummarize(JUnitTask task,
PipelineTestDetails pipelineTestDetails,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
JUnitResultsStep |
Copyright © 2016–2020. All rights reserved.