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
関連項目:
直列化された形式

入れ子のクラスの概要
static class VsTestInstallation.DescriptorImpl
           
 
クラス hudson.tools.ToolInstallation から継承された入れ子のクラス/インタフェース
hudson.tools.ToolInstallation.ToolConverter
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
VsTestInstallation(String name, String home)
           
 
メソッドの概要
 VsTestInstallation forEnvironment(hudson.EnvVars environment)
           
 VsTestInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log)
           
protected  Object readResolve()
          Used for backward compatibility
 
クラス 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.