org.jenkinsci.plugins.mdtool
Class MdtoolInstallation

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolInstallation
          extended by 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 Class Summary
static class MdtoolInstallation.DescriptorImpl
           
 
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
MdtoolInstallation(String name, String home, List<? extends hudson.tools.ToolProperty<?>> properties)
           
 
Method Summary
 File getExecutable()
           
static MdtoolInstallation getInstallationOrDefault(String name)
           
static MdtoolInstallation[] getUserInstallations()
           
 
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
 

Constructor Detail

MdtoolInstallation

@DataBoundConstructor
public MdtoolInstallation(String name,
                                               String home,
                                               List<? extends hudson.tools.ToolProperty<?>> properties)
Method Detail

getExecutable

public File getExecutable()

getInstallationOrDefault

public static MdtoolInstallation getInstallationOrDefault(String name)

getUserInstallations

public static MdtoolInstallation[] getUserInstallations()


Copyright © 2004-2014. All Rights Reserved.