public final class MsTestInstallation extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<MsTestInstallation>, hudson.model.EnvironmentSpecific<MsTestInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
MsTestInstallation.DescriptorImpl |
| Constructor and Description |
|---|
MsTestInstallation(String name,
String home,
String defaultArgs) |
| Modifier and Type | Method and Description |
|---|---|
MsTestInstallation |
forEnvironment(hudson.EnvVars environment) |
MsTestInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getDefaultArgs() |
protected Object |
readResolve()
Used for backward compatibility
|
public MsTestInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<MsTestInstallation>IOExceptionInterruptedExceptionpublic MsTestInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<MsTestInstallation>public String getDefaultArgs()
protected Object readResolve()
readResolve in class hudson.tools.ToolInstallationCopyright © 2004-2012. All Rights Reserved.