public class AnsibleInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<AnsibleInstallation>, hudson.slaves.NodeSpecific<AnsibleInstallation>, Serializable
ToolInstallation for Ansible| Modifier and Type | Class and Description |
|---|---|
static class |
AnsibleInstallation.DescriptorImpl |
| Constructor and Description |
|---|
AnsibleInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
static AnsibleInstallation[] |
allInstallations() |
AnsibleInstallation |
forEnvironment(hudson.EnvVars environment) |
AnsibleInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getExecutable(AnsibleCommand command,
hudson.Launcher launcher) |
static AnsibleInstallation |
getInstallation(String ansibleInstallation) |
public AnsibleInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<AnsibleInstallation>public AnsibleInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<AnsibleInstallation>IOExceptionInterruptedExceptionpublic String getExecutable(AnsibleCommand command, hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static AnsibleInstallation[] allInstallations()
public static AnsibleInstallation getInstallation(String ansibleInstallation) throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.