Uses of Class
hudson.tasks.Maven.MavenInstallation

Packages that use Maven.MavenInstallation
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Maven.MavenInstallation in hudson.maven
 

Methods in hudson.maven that return Maven.MavenInstallation
 Maven.MavenInstallation MavenModuleSet.getMaven()
          Gets the Maven to invoke.
 Maven.MavenInstallation AbstractMavenProcessFactory.getMavenInstallation(TaskListener log)
           
 Maven.MavenInstallation MavenModule.inferMavenInstallation()
           
 Maven.MavenInstallation MavenModuleSet.inferMavenInstallation()
           
 

Methods in hudson.maven with parameters of type Maven.MavenInstallation
protected abstract  String AbstractMavenProcessFactory.getMavenAgentClassPath(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot, BuildListener listener)
          Returns the classpath string for the maven-agent jar including classworlds
protected  String Maven3ProcessFactory.getMavenAgentClassPath(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot, BuildListener listener)
           
protected abstract  String AbstractMavenProcessFactory.getMavenInterceptorClassPath(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot)
          Returns the classpath string for the maven-interceptor jar
protected  String Maven3ProcessFactory.getMavenInterceptorClassPath(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot)
           
protected abstract  String AbstractMavenProcessFactory.getMavenInterceptorOverride(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot)
          For Maven 2.1.x - 2.2.x we need an additional jar which overrides some classes in the other interceptor jar.
protected  String Maven3ProcessFactory.getMavenInterceptorOverride(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot)
           
 

Uses of Maven.MavenInstallation in hudson.model
 

Methods in hudson.model that return Maven.MavenInstallation
 Maven.MavenInstallation Project.inferMavenInstallation()
           
 

Uses of Maven.MavenInstallation in hudson.tasks
 

Methods in hudson.tasks that return Maven.MavenInstallation
 Maven.MavenInstallation Maven.MavenInstallation.forEnvironment(EnvVars environment)
           
 Maven.MavenInstallation Maven.MavenInstallation.forNode(Node node, TaskListener log)
           
 Maven.MavenInstallation[] Maven.DescriptorImpl.getInstallations()
           
 Maven.MavenInstallation[] Maven.MavenInstallation.DescriptorImpl.getInstallations()
           
 Maven.MavenInstallation Maven.getMaven()
          Gets the Maven to invoke, or null to invoke the default one.
 Maven.MavenInstallation Maven.ProjectWithMaven.inferMavenInstallation()
          Gets the Maven.MavenInstallation associated with the project.
 

Methods in hudson.tasks with parameters of type Maven.MavenInstallation
protected  void Maven.buildEnvVars(EnvVars env, Maven.MavenInstallation mi)
          Build up the environment variables toward the Maven launch.
 void Maven.DescriptorImpl.setInstallations(Maven.MavenInstallation... installations)
           
 void Maven.MavenInstallation.DescriptorImpl.setInstallations(Maven.MavenInstallation... installations)
           
 

Uses of Maven.MavenInstallation in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return Maven.MavenInstallation
 Maven.MavenInstallation JenkinsRule.configureDefaultMaven()
          Returns the older default Maven, while still allowing specification of other bundled Mavens.
protected  Maven.MavenInstallation HudsonTestCase.configureDefaultMaven()
          Returns the older default Maven, while still allowing specification of other bundled Mavens.
 Maven.MavenInstallation JenkinsRule.configureDefaultMaven(String mavenVersion, int mavenReqVersion)
          Locates Maven2 and configure that as the only Maven in the system.
protected  Maven.MavenInstallation HudsonTestCase.configureDefaultMaven(String mavenVersion, int mavenReqVersion)
          Locates Maven2 and configure that as the only Maven in the system.
 Maven.MavenInstallation JenkinsRule.configureMaven3()
           
protected  Maven.MavenInstallation HudsonTestCase.configureMaven3()
           
 



Copyright © 2004-2013. All Rights Reserved.