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