Uses of Class
hudson.tasks.Maven.MavenInstallation
-
Uses of Maven.MavenInstallation in hudson.model
-
Uses of Maven.MavenInstallation in hudson.tasks
Modifier and TypeMethodDescriptionMaven.MavenInstallation.forEnvironment
(EnvVars environment) Maven.MavenInstallation.forNode
(Node node, TaskListener log) Maven.DescriptorImpl.getInstallations()
Maven.MavenInstallation.DescriptorImpl.getInstallations()
Maven.getMaven()
Gets the Maven to invoke, or null to invoke the default one.Maven.ProjectWithMaven.inferMavenInstallation()
Gets theMaven.MavenInstallation
associated with the project.Modifier and TypeMethodDescriptionprotected 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)