org.hudsonci.maven.plugin.install
Class BundledMavenInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<ToolInstallation>
hudson.tools.ToolInstallation
org.hudsonci.maven.plugin.install.MavenInstallation
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
BundledMavenInstallation
public BundledMavenInstallation()
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
getLocation
public static FilePath getLocation()
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
Copyright © 2004-2011 Hudson. All Rights Reserved.