public class WindowsRemoteLauncher
extends hudson.Launcher
Launcher implementation that uses WindowsRemoteProcessLauncher| Constructor and Description |
|---|
WindowsRemoteLauncher(hudson.model.TaskListener listener,
org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher launcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
kill(Map<String,String> modelEnvVars) |
hudson.Proc |
launch(hudson.Launcher.ProcStarter ps) |
hudson.remoting.Channel |
launchChannel(String[] cmd,
OutputStream out,
hudson.FilePath _workDir,
Map<String,String> envVars) |
decorateByEnv, decorateByPrefix, decorateFor, getChannel, getComputer, getListener, isUnix, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, maskedPrintCommandLine, maskedPrintCommandLine, printCommandLinepublic WindowsRemoteLauncher(hudson.model.TaskListener listener,
org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher launcher)
public hudson.Proc launch(hudson.Launcher.ProcStarter ps)
throws IOException
launch in class hudson.LauncherIOExceptionpublic hudson.remoting.Channel launchChannel(String[] cmd, OutputStream out, hudson.FilePath _workDir, Map<String,String> envVars) throws IOException, InterruptedException
launchChannel in class hudson.LauncherIOExceptionInterruptedExceptionpublic void kill(Map<String,String> modelEnvVars) throws IOException, InterruptedException
kill in class hudson.LauncherIOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.