public class DefaultJUnitResultsPublisher extends Object implements JUnitResultsPublisher
JUnitResultsPublisher which redirect call
to JUnitResultArchiver.| Constructor and Description |
|---|
DefaultJUnitResultsPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(String reportFileName,
hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
Publish results.
|
public void publish(String reportFileName, hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
JUnitResultsPublisherpublish in interface JUnitResultsPublisherreportFileName - name of the file containing JUnit report.run - run.workspace - workspace where report file is located.launcher - launcher.listener - listener.InterruptedExceptionIOExceptionCopyright © 2018 Tricentis. All rights reserved.