org.hudsonci.plugins.vault.tool
Class JdkInstaller

java.lang.Object
  extended by hudson.tools.ToolInstaller
      extended by org.hudsonci.plugins.vault.tool.ToolInstallerSupport
          extended by org.hudsonci.plugins.vault.tool.JdkInstaller
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstaller>, Serializable, PackageInstallListener

public class JdkInstaller
extends ToolInstallerSupport
implements PackageInstallListener

JDK ToolInstallerSupport.

Author:
Jason Dillon
See Also:
Serialized Form

Nested Class Summary
static class JdkInstaller.DescriptorImpl
           
 
Nested classes/interfaces inherited from class org.hudsonci.plugins.vault.tool.ToolInstallerSupport
ToolInstallerSupport.Descriptor<T extends ToolInstallerSupport>
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static String TYPE
           
 
Fields inherited from class org.hudsonci.plugins.vault.tool.ToolInstallerSupport
log
 
Fields inherited from class hudson.tools.ToolInstaller
tool
 
Constructor Summary
JdkInstaller(String name)
           
 
Method Summary
 void installed(Package pkg, hudson.FilePath location, hudson.model.TaskListener listener)
           
 
Methods inherited from class org.hudsonci.plugins.vault.tool.ToolInstallerSupport
getBundleName, performInstallation
 
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

JdkInstaller

@DataBoundConstructor
public JdkInstaller(String name)
Method Detail

installed

public void installed(Package pkg,
                      hudson.FilePath location,
                      hudson.model.TaskListener listener)
               throws Exception
Specified by:
installed in interface PackageInstallListener
Throws:
Exception


Copyright © 2004-2012 Hudson. All Rights Reserved.