public static class CloverBuildWrapper.CloverDecoratingLauncher
extends hudson.Launcher
| Constructor and Description |
|---|
CloverDecoratingLauncher(CloverBuildWrapper cloverBuildWrapper,
CloverInstallation clover,
hudson.Launcher outer,
com.atlassian.clover.api.ci.CIOptions.Builder options) |
| Modifier and Type | Method and Description |
|---|---|
void |
decorateArgs(hudson.Launcher.ProcStarter starter) |
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 CloverDecoratingLauncher(CloverBuildWrapper cloverBuildWrapper, CloverInstallation clover, hudson.Launcher outer, com.atlassian.clover.api.ci.CIOptions.Builder options)
public boolean isUnix()
isUnix in class hudson.Launcherpublic hudson.Proc launch(hudson.Launcher.ProcStarter starter)
throws IOException
launch in class hudson.LauncherIOExceptionpublic void decorateArgs(hudson.Launcher.ProcStarter starter)
throws IOException
IOExceptionpublic 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-2021. All Rights Reserved.