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
 
コンストラクタの概要
CloverBuildWrapper.CloverDecoratingLauncher(hudson.Launcher outer, com.atlassian.clover.api.ci.CIOptions.Builder options, java.lang.String license)
           
 
メソッドの概要
 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.