org.jenkinsci.plugins.mdtool
Class MdtoolInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
org.jenkinsci.plugins.mdtool.MdtoolInstallation
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, Serializable
public class MdtoolInstallation
- extends hudson.tools.ToolInstallation
- 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 |
| Methods inherited from class hudson.tools.ToolInstallation |
all, buildEnvVars, getHome, getName, getProperties, readResolve, translate, translate, 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 |
MdtoolInstallation
@DataBoundConstructor
public MdtoolInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties)
getExecutable
public File getExecutable()
getInstallationOrDefault
public static MdtoolInstallation getInstallationOrDefault(String name)
getUserInstallations
public static MdtoolInstallation[] getUserInstallations()
Copyright © 2004-2014. All Rights Reserved.