org.hudsonci.maven.plugin.install
Class UrlMavenInstaller

java.lang.Object
  extended by hudson.tools.ToolInstaller
      extended by 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

Nested Class Summary
static class UrlMavenInstaller.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.tools.ToolInstaller
tool
 
Constructor Summary
UrlMavenInstaller(String id)
           
 
Method Summary
 FilePath performInstallation(ToolInstallation tool, Node node, 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
 

Constructor Detail

UrlMavenInstaller

@DataBoundConstructor
public UrlMavenInstaller(String id)
Method Detail

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.