public final class MsTestInstallation extends ToolInstallation implements NodeSpecific<MsTestInstallation>, EnvironmentSpecific<MsTestInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
MsTestInstallation.DescriptorImpl |
ToolInstallation.ToolConverterExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
MsTestInstallation(String name,
String home,
String defaultArgs,
boolean omitNoIsolation) |
| Modifier and Type | Method and Description |
|---|---|
MsTestInstallation |
forEnvironment(EnvVars environment) |
MsTestInstallation |
forNode(Node node,
TaskListener log) |
String |
getDefaultArgs() |
boolean |
getOmitNoIsolation() |
protected Object |
readResolve()
Used for backward compatibility
|
all, buildEnvVars, getHome, getName, getProperties, toString, translate, translate, translateForgetDescriptorpublic MsTestInstallation forNode(Node node, TaskListener log) throws IOException, InterruptedException
forNode in interface NodeSpecific<MsTestInstallation>IOExceptionInterruptedExceptionpublic MsTestInstallation forEnvironment(EnvVars environment)
forEnvironment in interface EnvironmentSpecific<MsTestInstallation>public String getDefaultArgs()
public boolean getOmitNoIsolation()
protected Object readResolve()
readResolve in class ToolInstallationCopyright © 2016–2022. All rights reserved.