public class CoverityLauncherDecorator.DecoratedLauncher
extends hudson.Launcher
Launcher that puts the given set of arguments as a prefix to any commands that it invokes.| Constructor and Description |
|---|
CoverityLauncherDecorator.DecoratedLauncher(hudson.Launcher decorated,
String[] blacklist,
hudson.model.Node node,
String... prefix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUnix() |
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 boolean isUnix()
isUnix in class hudson.Launcherpublic void kill(Map<String,String> modelEnvVars) throws IOException, InterruptedException
kill in class hudson.LauncherIOExceptionInterruptedExceptionCopyright © 2004-2013 Hudson. All Rights Reserved.