Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
hudson.tasks.junit.pipeline |
Modifier and Type | Method and Description |
---|---|
TestResultSummary |
TrendTestResultSummary.getTestResultSummary() |
static TestResultSummary |
JUnitResultArchiver.parseAndSummarize(JUnitTask task,
PipelineTestDetails pipelineTestDetails,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
TestResultSummary |
JUnitParser.summarizeResult(String testResultLocations,
Run<?,?> build,
PipelineTestDetails pipelineTestDetails,
FilePath workspace,
Launcher launcher,
TaskListener listener,
JunitTestResultStorage storage) |
Constructor and Description |
---|
TrendTestResultSummary(int buildNumber,
TestResultSummary testResultSummary) |
Modifier and Type | Method and Description |
---|---|
protected TestResultSummary |
JUnitResultsStepExecution.run() |
Copyright © 2016–2020. All rights reserved.