public class DecoratedLauncher
extends hudson.Launcher
| Constructor and Description |
|---|
DecoratedLauncher(hudson.Launcher inner) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Computer |
getComputer() |
hudson.model.TaskListener |
getListener() |
boolean |
isUnix() |
void |
kill(Map<String,String> modelEnvVars) |
hudson.Proc |
launch(hudson.Launcher.ProcStarter starter) |
hudson.Proc |
launch(String[] cmd,
boolean[] mask,
String[] env,
InputStream in,
OutputStream out,
hudson.FilePath workDir) |
hudson.remoting.Channel |
launchChannel(String[] cmd,
OutputStream out,
hudson.FilePath workDir,
Map<String,String> envVars) |
String |
toString() |
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.LauncherIOExceptionInterruptedExceptionpublic boolean isUnix()
isUnix in class hudson.Launcherpublic hudson.Proc launch(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out, hudson.FilePath workDir) throws IOException
launch in class hudson.LauncherIOExceptionpublic hudson.model.Computer getComputer()
getComputer in class hudson.Launcherpublic hudson.model.TaskListener getListener()
getListener in class hudson.LauncherCopyright © 2004-2016. All Rights Reserved.