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.
|
public void publish(String reportFileName, hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
publish in interface JUnitResultsPublisherreportFileName - the report file namerun - the runworkspace - the workspacelauncher - the launcherlistener - the listenerInterruptedException - the interrupted exceptionIOException - Signals that an I/O exception has occurred.Copyright © 2018–2019 Tricentis. All rights reserved.