public class GolangInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<GolangInstallation>, hudson.slaves.NodeSpecific<GolangInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
GolangInstallation.DescriptorImpl |
| Constructor and Description |
|---|
GolangInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvVars(hudson.EnvVars env) |
GolangInstallation |
forEnvironment(hudson.EnvVars environment) |
GolangInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
public void buildEnvVars(hudson.EnvVars env)
buildEnvVars in class hudson.tools.ToolInstallationpublic GolangInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<GolangInstallation>public GolangInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<GolangInstallation>IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.