org.hudsonci.maven.plugin.install
Class BundledMavenInstallation

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<ToolInstallation>
      extended by hudson.tools.ToolInstallation
          extended by org.hudsonci.maven.plugin.install.MavenInstallation
              extended by org.hudsonci.maven.plugin.install.BundledMavenInstallation
All Implemented Interfaces:
ExtensionPoint, Describable<ToolInstallation>, EnvironmentSpecific<MavenInstallation>, NodeSpecific<MavenInstallation>, Serializable

public class BundledMavenInstallation
extends MavenInstallation

Bundled MavenInstallation, for use as default and fall-back.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hudsonci.maven.plugin.install.MavenInstallation
MavenInstallation.DescriptorImpl
 
Nested classes/interfaces inherited from class hudson.tools.ToolInstallation
ToolInstallation.ToolConverter
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static String NAME
           
 
Fields inherited from class org.hudsonci.maven.plugin.install.MavenInstallation
DESCRIPTOR_FILE_NAME
 
Constructor Summary
BundledMavenInstallation()
           
 
Method Summary
static FilePath getLocation()
           
 
Methods inherited from class org.hudsonci.maven.plugin.install.MavenInstallation
forEnvironment, forNode
 
Methods inherited from class hudson.tools.ToolInstallation
all, getHome, getName, getProperties, translateFor
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

BundledMavenInstallation

public BundledMavenInstallation()
                         throws IOException,
                                InterruptedException
Throws:
IOException
InterruptedException
Method Detail

getLocation

public static FilePath getLocation()
                            throws IOException,
                                   InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2011 Hudson. All Rights Reserved.