public class SBuildInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<SBuildInstallation>, hudson.slaves.NodeSpecific<SBuildInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
SBuildInstallation.DescriptorImpl |
| Constructor and Description |
|---|
SBuildInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvVars(hudson.EnvVars env) |
SBuildInstallation |
forEnvironment(hudson.EnvVars env) |
SBuildInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getExecutable(hudson.Launcher launcher) |
boolean |
getExists() |
public void buildEnvVars(hudson.EnvVars env)
buildEnvVars in class hudson.tools.ToolInstallationpublic String getExecutable(hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic boolean getExists()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic SBuildInstallation forEnvironment(hudson.EnvVars env)
forEnvironment in interface hudson.model.EnvironmentSpecific<SBuildInstallation>public SBuildInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<SBuildInstallation>IOExceptionInterruptedExceptionCopyright © 2004-2013. All Rights Reserved.