public interface JUnitResultsPublisher
| 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.
|
void publish(String reportFileName, hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
reportFileName - name of the file containing JUnit report.run - run.workspace - workspace where report file is located.launcher - launcher.listener - listener.InterruptedException - the interrupted exceptionIOException - Signals that an I/O exception has occurred.Copyright © 2018–2019 Tricentis. All rights reserved.