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