public class ConsulInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<ConsulInstallation>, hudson.slaves.NodeSpecific<ConsulInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsulInstallation.DescriptorImpl |
| Constructor and Description |
|---|
ConsulInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
ConsulInstallation |
forEnvironment(hudson.EnvVars envVars) |
ConsulInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener taskListener) |
protected String |
getExecutableFilename() |
String |
getExecutablePath(hudson.Launcher launcher) |
public ConsulInstallation forEnvironment(hudson.EnvVars envVars)
forEnvironment in interface hudson.model.EnvironmentSpecific<ConsulInstallation>public ConsulInstallation forNode(@NonNull hudson.model.Node node, hudson.model.TaskListener taskListener) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<ConsulInstallation>IOExceptionInterruptedExceptionprotected String getExecutableFilename()
public String getExecutablePath(hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.