public interface ProcStarterFactory
Launcher.ProcStarter objects to run Tosca client .exe or
jar file with arguments provided by runner.| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher.ProcStarter |
create(TricentisCiBuilder runner,
hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
Create a new, ready to run
Launcher.ProcStarter object instance. |
hudson.Launcher.ProcStarter create(TricentisCiBuilder runner, hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
Launcher.ProcStarter object instance.runner - runnerrun - Jenkins runworkspace - worksapcelauncher - launcherlistener - listenerLauncher.ProcStarter object instanceInterruptedException - the interrupted exceptionIOException - Signals that an I/O exception has occurred.Copyright © 2018–2019 Tricentis. All rights reserved.