public class ToolInstallations extends Object
| Modifier and Type | Method and Description |
|---|---|
static hudson.tasks.Ant.AntInstallation |
configureDefaultAnt(org.junit.rules.TemporaryFolder tmp)
Extracts Ant and configures it.
|
static hudson.tasks.Maven.MavenInstallation |
configureDefaultMaven()
Returns the older default Maven, while still allowing specification of
other bundled Mavens.
|
static hudson.tasks.Maven.MavenInstallation |
configureDefaultMaven(String mavenVersion,
int mavenReqVersion)
Locates Maven2 and configure that as the only Maven in the system.
|
static hudson.tasks.Maven.MavenInstallation |
configureMaven3() |
public static hudson.tasks.Maven.MavenInstallation configureDefaultMaven()
throws Exception
Exceptionpublic static hudson.tasks.Maven.MavenInstallation configureMaven3()
throws Exception
Exceptionpublic static hudson.tasks.Maven.MavenInstallation configureDefaultMaven(String mavenVersion, int mavenReqVersion) throws Exception
ExceptionCopyright © 2004-2016. All Rights Reserved.