public class MystInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<MystInstallation>, hudson.slaves.NodeSpecific<MystInstallation>
Modifier and Type | Class and Description |
---|---|
static class |
MystInstallation.DescriptorImpl |
Constructor and Description |
---|
MystInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
Modifier and Type | Method and Description |
---|---|
MystInstallation |
forEnvironment(hudson.EnvVars environment) |
MystInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getExecutable(hudson.Launcher launcher)
Gets the executable path of this MyST Agent on the given target system.
|
File |
getHomeDir() |
public File getHomeDir()
public String getExecutable(hudson.Launcher launcher) throws IOException, InterruptedException
IOException
InterruptedException
public MystInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment
in interface hudson.model.EnvironmentSpecific<MystInstallation>
public MystInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode
in interface hudson.slaves.NodeSpecific<MystInstallation>
IOException
InterruptedException
Copyright © 2004-2014. All Rights Reserved.