public final class PhingInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<PhingInstallation>, hudson.slaves.NodeSpecific<PhingInstallation>, Serializable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
PhingInstallation.DescriptorImpl |
| コンストラクタと説明 |
|---|
PhingInstallation(String name,
String home,
String phpCommand,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PhingInstallation |
forEnvironment(hudson.EnvVars ev) |
PhingInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
PhingInstallation.DescriptorImpl |
getDescriptor() |
hudson.EnvVars |
getEnvVars() |
static String |
getExecName(hudson.Launcher launcher) |
String |
getExecutable(hudson.Launcher launcher) |
static PhingInstallation[] |
getInstallations() |
String |
getPhingHome()
推奨されていません。
|
String |
getPhpCommand() |
static void |
onLoaded()
Backward compatibility.
|
public static String getExecName(hudson.Launcher launcher)
@Deprecated public String getPhingHome()
public String getPhpCommand()
public String getExecutable(hudson.Launcher launcher) throws IOException, InterruptedException
public PhingInstallation forEnvironment(hudson.EnvVars ev)
forEnvironment インタフェース内 hudson.model.EnvironmentSpecific<PhingInstallation>public PhingInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode インタフェース内 hudson.slaves.NodeSpecific<PhingInstallation>IOExceptionInterruptedExceptionpublic hudson.EnvVars getEnvVars()
public PhingInstallation.DescriptorImpl getDescriptor()
getDescriptor インタフェース内 hudson.model.Describable<hudson.tools.ToolInstallation>getDescriptor クラス内 hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>public static PhingInstallation[] getInstallations()
@Initializer(after=PLUGINS_STARTED) public static void onLoaded()
Copyright © 2004-2013. All Rights Reserved.