Uses of Class
hudson.tasks.Maven.MavenInstallation
Packages that use Maven.MavenInstallation
-
Uses of Maven.MavenInstallation in hudson.model
Methods in hudson.model that return Maven.MavenInstallation -
Uses of Maven.MavenInstallation in hudson.tasks
Methods in hudson.tasks that return Maven.MavenInstallationModifier 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.Methods in hudson.tasks with parameters of type Maven.MavenInstallationModifier 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)