hudson.plugins.phing
クラス PhingInstallation

java.lang.Object
  上位を拡張 hudson.plugins.phing.PhingInstallation
すべての実装されたインタフェース:
Serializable

public final class PhingInstallation
extends Object
implements Serializable

Phing Installation.

作成者:
Seiji Sogabe
関連項目:
直列化された形式

コンストラクタの概要
PhingInstallation(String phpCommand, String name, String phingHome)
           
 
メソッドの概要
static String getExecName(hudson.Launcher launcher)
           
 String getExecutable(hudson.Launcher launcher)
           
 String getName()
           
 String getPhingHome()
           
 String getPhpCommand()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PhingInstallation

@DataBoundConstructor
public PhingInstallation(String phpCommand,
                                              String name,
                                              String phingHome)
メソッドの詳細

getExecName

public static String getExecName(hudson.Launcher launcher)

getName

public String getName()

getPhingHome

public String getPhingHome()

getPhpCommand

public String getPhpCommand()

getExecutable

public String getExecutable(hudson.Launcher launcher)
                     throws IOException,
                            InterruptedException
例外:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.