hudson.tasks
Class Maven.MavenInstaller

java.lang.Object
  extended by hudson.tools.ToolInstaller
      extended by hudson.tools.DownloadFromUrlInstaller
          extended by hudson.tasks.Maven.MavenInstaller
All Implemented Interfaces:
ExtensionPoint, Describable<ToolInstaller>
Enclosing class:
Maven

public static class Maven.MavenInstaller
extends DownloadFromUrlInstaller

Automatic Maven installer from apache.org.


Nested Class Summary
static class Maven.MavenInstaller.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tools.DownloadFromUrlInstaller
DownloadFromUrlInstaller.Installable, DownloadFromUrlInstaller.InstallableList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.tools.DownloadFromUrlInstaller
id
 
Fields inherited from class hudson.tools.ToolInstaller
tool
 
Constructor Summary
Maven.MavenInstaller(String id)
           
 
Method Summary
 
Methods inherited from class hudson.tools.DownloadFromUrlInstaller
findPullUpDirectory, getInstallable, isUpToDate, performInstallation
 
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

Maven.MavenInstaller

@DataBoundConstructor
public Maven.MavenInstaller(String id)


Copyright © 2004-2013. All Rights Reserved.