public class DecoratedLauncher
extends hudson.Launcher
| Constructor and Description |
|---|
DecoratedLauncher(hudson.Launcher inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
kill(Map<String,String> modelEnvVars) |
hudson.Proc |
launch(hudson.Launcher.ProcStarter starter) |
hudson.remoting.Channel |
launchChannel(String[] cmd,
OutputStream out,
hudson.FilePath workDir,
Map<String,String> envVars) |
public hudson.Proc launch(hudson.Launcher.ProcStarter starter)
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 © 2004-2013. All Rights Reserved.