Uses of Class
hudson.tasks.Maven.MavenInstallation
-
Packages that use Maven.MavenInstallation Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks -
-
Uses of Maven.MavenInstallation in hudson.model
Methods in hudson.model that return Maven.MavenInstallation Modifier and Type Method Description Maven.MavenInstallation
Project. inferMavenInstallation()
-
Uses of Maven.MavenInstallation in hudson.tasks
Methods in hudson.tasks that return Maven.MavenInstallation Modifier and Type Method Description 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 theMaven.MavenInstallation
associated with the project.Methods in hudson.tasks with parameters of type Maven.MavenInstallation Modifier and Type Method Description 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)
-