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.InterruptedExceptionIOExceptionCopyright © 2018 Tricentis. All rights reserved.