hudson.plugins.clover
Class CloverBuildWrapper.CloverDecoratingLauncher
java.lang.Object
hudson.Launcher
hudson.plugins.clover.CloverBuildWrapper.CloverDecoratingLauncher
- Enclosing class:
- CloverBuildWrapper
public static class CloverBuildWrapper.CloverDecoratingLauncher
- extends hudson.Launcher
| Nested classes/interfaces inherited from class hudson.Launcher |
hudson.Launcher.LocalLauncher, hudson.Launcher.ProcStarter, hudson.Launcher.RemoteLauncher |
| Fields inherited from class hudson.Launcher |
channel, listener, showFullPath |
|
Method Summary |
void |
decorateArgs(hudson.Launcher.ProcStarter starter)
|
void |
kill(java.util.Map<java.lang.String,java.lang.String> modelEnvVars)
|
hudson.Proc |
launch(hudson.Launcher.ProcStarter starter)
|
hudson.remoting.Channel |
launchChannel(java.lang.String[] cmd,
java.io.OutputStream out,
hudson.FilePath workDir,
java.util.Map<java.lang.String,java.lang.String> envVars)
|
| Methods inherited from class hudson.Launcher |
decorateByPrefix, decorateFor, getChannel, getComputer, getListener, isUnix, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, maskedPrintCommandLine, maskedPrintCommandLine, printCommandLine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloverBuildWrapper.CloverDecoratingLauncher
public CloverBuildWrapper.CloverDecoratingLauncher(hudson.Launcher outer,
com.atlassian.clover.api.ci.CIOptions.Builder options,
java.lang.String license)
launch
public hudson.Proc launch(hudson.Launcher.ProcStarter starter)
throws java.io.IOException
- Specified by:
launch in class hudson.Launcher
- Throws:
java.io.IOException
decorateArgs
public void decorateArgs(hudson.Launcher.ProcStarter starter)
throws java.io.IOException
- Throws:
java.io.IOException
launchChannel
public hudson.remoting.Channel launchChannel(java.lang.String[] cmd,
java.io.OutputStream out,
hudson.FilePath workDir,
java.util.Map<java.lang.String,java.lang.String> envVars)
throws java.io.IOException,
java.lang.InterruptedException
- Specified by:
launchChannel in class hudson.Launcher
- Throws:
java.io.IOException
java.lang.InterruptedException
kill
public void kill(java.util.Map<java.lang.String,java.lang.String> modelEnvVars)
throws java.io.IOException,
java.lang.InterruptedException
- Specified by:
kill in class hudson.Launcher
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2009. All Rights Reserved.