public class VsTestInstallation extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<VsTestInstallation>, hudson.model.EnvironmentSpecific<VsTestInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
VsTestInstallation.DescriptorImpl |
| Constructor and Description |
|---|
VsTestInstallation(String name,
String home) |
| Modifier and Type | Method and Description |
|---|---|
VsTestInstallation |
forEnvironment(hudson.EnvVars environment) |
VsTestInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
static VsTestInstallation |
getDefaultInstallation() |
VsTestInstallation.DescriptorImpl |
getDescriptor() |
String |
getVsTestExe() |
static void |
onLoaded() |
protected Object |
readResolve()
Used for backward compatibility
|
public static final transient String DEFAULT
public VsTestInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<VsTestInstallation>IOExceptionInterruptedExceptionpublic VsTestInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<VsTestInstallation>environment - protected Object readResolve()
readResolve in class hudson.tools.ToolInstallationpublic String getVsTestExe()
public static VsTestInstallation getDefaultInstallation()
@Initializer(after=EXTENSIONS_AUGMENTED) public static void onLoaded()
public VsTestInstallation.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tools.ToolInstallation>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>Copyright © 2016–2018. All rights reserved.