org.hudsonci.plugins.vault.tool
Class LegacyMavenInstaller
java.lang.Object
hudson.tools.ToolInstaller
org.hudsonci.plugins.vault.tool.ToolInstallerSupport
org.hudsonci.plugins.vault.tool.LegacyMavenInstaller
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstaller>, Serializable, PackageInstallListener
public class LegacyMavenInstaller
- extends ToolInstallerSupport
- implements PackageInstallListener
Apache Maven 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
LegacyMavenInstaller
@DataBoundConstructor
public LegacyMavenInstaller(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.