hudson.plugins.buckminster
Class BuckminsterInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
hudson.plugins.buckminster.BuckminsterInstallation
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<BuckminsterInstallation>, hudson.slaves.NodeSpecific<BuckminsterInstallation>, java.io.Serializable
public class BuckminsterInstallation
- extends hudson.tools.ToolInstallation
- implements hudson.model.EnvironmentSpecific<BuckminsterInstallation>, hudson.slaves.NodeSpecific<BuckminsterInstallation>
- Author:
- Johannes Utzig
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class hudson.tools.ToolInstallation |
hudson.tools.ToolInstallation.ToolConverter |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Constructor Summary |
BuckminsterInstallation(java.lang.String name,
java.lang.String home,
java.lang.String version,
java.lang.String params,
java.util.List<hudson.tools.ToolProperty<?>> properties)
|
| Methods inherited from class hudson.tools.ToolInstallation |
all, getHome, getName, getProperties, translateFor |
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuckminsterInstallation
@DataBoundConstructor
public BuckminsterInstallation(java.lang.String name,
java.lang.String home,
java.lang.String version,
java.lang.String params,
java.util.List<hudson.tools.ToolProperty<?>> properties)
getParams
public java.lang.String getParams()
getVersion
public java.lang.String getVersion()
forEnvironment
public BuckminsterInstallation forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironment in interface hudson.model.EnvironmentSpecific<BuckminsterInstallation>
forNode
public BuckminsterInstallation forNode(hudson.model.Node node,
hudson.model.TaskListener log)
throws java.io.IOException,
java.lang.InterruptedException
- Specified by:
forNode in interface hudson.slaves.NodeSpecific<BuckminsterInstallation>
- Throws:
java.io.IOException
java.lang.InterruptedException
exists
public boolean exists()
Copyright © 2011. All Rights Reserved.