org.jenkinsci.plugins.vstest_runner
クラス VsTestInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
org.jenkinsci.plugins.vstest_runner.VsTestInstallation
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<VsTestInstallation>, hudson.slaves.NodeSpecific<VsTestInstallation>, Serializable
public class VsTestInstallation
- extends hudson.tools.ToolInstallation
- implements hudson.slaves.NodeSpecific<VsTestInstallation>, hudson.model.EnvironmentSpecific<VsTestInstallation>
- 作成者:
- Yasuyuki Saito
- 関連項目:
- 直列化された形式
| クラス hudson.tools.ToolInstallation から継承された入れ子のクラス/インタフェース |
hudson.tools.ToolInstallation.ToolConverter |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| クラス hudson.tools.ToolInstallation から継承されたメソッド |
all, buildEnvVars, getHome, getName, getProperties, translate, translate, translateFor |
| クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
getDescriptor |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VsTestInstallation
@DataBoundConstructor
public VsTestInstallation(String name,
String home)
- パラメータ:
name - home -
forNode
public VsTestInstallation forNode(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
- 定義:
- インタフェース
hudson.slaves.NodeSpecific<VsTestInstallation> 内の forNode
- 例外:
IOException
InterruptedException
forEnvironment
public VsTestInstallation forEnvironment(hudson.EnvVars environment)
- 定義:
- インタフェース
hudson.model.EnvironmentSpecific<VsTestInstallation> 内の forEnvironment
- パラメータ:
environment -
- 戻り値:
readResolve
protected Object readResolve()
- Used for backward compatibility
- オーバーライド:
- クラス
hudson.tools.ToolInstallation 内の readResolve
- 戻り値:
- the new object, an instance of MsBuildInstallation
Copyright © 2004-2013. All Rights Reserved.