org.hudsonci.maven.plugin.install
Class MavenInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<ToolInstallation>
hudson.tools.ToolInstallation
org.hudsonci.maven.plugin.install.MavenInstallation
- All Implemented Interfaces:
- ExtensionPoint, Describable<ToolInstallation>, EnvironmentSpecific<MavenInstallation>, NodeSpecific<MavenInstallation>, Serializable
- Direct Known Subclasses:
- BundledMavenInstallation
public class MavenInstallation
- extends ToolInstallation
- implements EnvironmentSpecific<MavenInstallation>, NodeSpecific<MavenInstallation>
Maven installation.
- 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 |
DESCRIPTOR_FILE_NAME
public static final String DESCRIPTOR_FILE_NAME
- See Also:
- Constant Field Values
MavenInstallation
@DataBoundConstructor
public MavenInstallation(String name,
String home,
List<? extends ToolProperty<?>> properties)
forEnvironment
public MavenInstallation forEnvironment(EnvVars env)
- Specified by:
forEnvironment in interface EnvironmentSpecific<MavenInstallation>
forNode
public MavenInstallation forNode(Node node,
TaskListener log)
throws IOException,
InterruptedException
- Specified by:
forNode in interface NodeSpecific<MavenInstallation>
- Throws:
IOException
InterruptedException
Copyright © 2004-2011 Hudson. All Rights Reserved.