hudson.plugins.clover
クラス CloverBuildWrapper.CloverDecoratingLauncher
java.lang.Object
hudson.Launcher
hudson.plugins.clover.CloverBuildWrapper.CloverDecoratingLauncher
- 含まれているクラス:
- CloverBuildWrapper
public static class CloverBuildWrapper.CloverDecoratingLauncher
- extends hudson.Launcher
| クラス hudson.Launcher から継承された入れ子のクラス/インタフェース |
hudson.Launcher.IOTriplet, hudson.Launcher.LocalLauncher, hudson.Launcher.ProcStarter, hudson.Launcher.RemoteLauncher, hudson.Launcher.RemoteProcess |
| クラス hudson.Launcher から継承されたフィールド |
channel, listener, showFullPath |
|
メソッドの概要 |
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)
|
| クラス hudson.Launcher から継承されたメソッド |
decorateByPrefix, decorateFor, getChannel, getComputer, getListener, isUnix, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, launch, maskedPrintCommandLine, maskedPrintCommandLine, printCommandLine |
| クラス 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
- 定義:
- クラス
hudson.Launcher 内の launch
- 例外:
java.io.IOException
decorateArgs
public void decorateArgs(hudson.Launcher.ProcStarter starter)
throws java.io.IOException
- 例外:
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
- 定義:
- クラス
hudson.Launcher 内の launchChannel
- 例外:
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
- 定義:
- クラス
hudson.Launcher 内の kill
- 例外:
java.io.IOException
java.lang.InterruptedException
Copyright © 2004-2011. All Rights Reserved.