org.hudsonci.plugins.vault.tool
Class JdkInstaller
java.lang.Object
hudson.tools.ToolInstaller
org.hudsonci.plugins.vault.tool.ToolInstallerSupport
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.tools.ToolInstaller |
tool |
|
Method Summary |
void |
installed(Package pkg,
hudson.FilePath location,
hudson.model.TaskListener listener)
|
| 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 |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
JdkInstaller
@DataBoundConstructor
public JdkInstaller(String name)
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.