org.hudsonci.maven.plugin.install
Class UrlMavenInstaller
java.lang.Object
hudson.tools.ToolInstaller
org.hudsonci.maven.plugin.install.UrlMavenInstaller
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstaller>
public class UrlMavenInstaller
- extends hudson.tools.ToolInstaller
Installs Maven from a URL.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.tools.ToolInstaller |
tool |
|
Method Summary |
hudson.FilePath |
performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log)
|
| 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 |
UrlMavenInstaller
@DataBoundConstructor
public UrlMavenInstaller(String id)
performInstallation
public hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
- Specified by:
performInstallation in class hudson.tools.ToolInstaller
- Throws:
IOException
InterruptedException
Copyright © 2004-2011 Hudson. All Rights Reserved.