Package hudson.maven
Class MavenBuildInformation
java.lang.Object
hudson.maven.MavenBuildInformation
- All Implemented Interfaces:
Serializable
- Since:
- 1.392
- Author:
- Olivier Lamy
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionMap of model IDs to IDs of the model parents (if defined). -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAtLeastMavenVersion
(String version) Returns if this maven version is at least 'version'.boolean
toString()
-
Field Details
-
modelParents
Map of model IDs to IDs of the model parents (if defined).- Since:
- 1.515
- See Also:
-
MavenProject.getId()
Model.getId()
MavenProject.getParent()
Model.getParent()
-
-
Constructor Details
-
MavenBuildInformation
-
-
Method Details