| Package | Description |
|---|---|
| hudson.maven |
Maven support.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDependency |
MavenModule.asDependency()
Gets groupId+artifactId+version as
ModuleDependency. |
ModuleDependency |
ModuleDependency.findHighestFrom(Collection<ModuleDependency> candidates)
Given a list of ModuleDependencies (of the same groupId and artifactId),
picks the
ModuleDependency that satisfies the constraint and has the highest version. |
ModuleDependency |
ModuleDependency.withUnknownVersion()
Returns groupId+artifactId plus unknown version.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ModuleDependency> |
MavenModule.getDependencies()
defensive copy of
ModuleDependency |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModuleDependency.contains(ModuleDependency other)
Checks whether this ModuleDependency is satisfied by the dependency of the given ModuleDependency.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDependency |
ModuleDependency.findHighestFrom(Collection<ModuleDependency> candidates)
Given a list of ModuleDependencies (of the same groupId and artifactId),
picks the
ModuleDependency that satisfies the constraint and has the highest version. |
Copyright © 2016–2017. All rights reserved.