Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.tasks |
Modifier and Type | Method and Description |
---|---|
Maven.MavenInstallation |
Project.inferMavenInstallation() |
Modifier and Type | Method and 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 the
Maven.MavenInstallation associated with the project. |
Modifier and Type | Method and 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) |
Copyright © 2018. All rights reserved.