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