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
FieldsModifier and TypeFieldDescriptionMap of model IDs to IDs of the model parents (if defined). -
Constructor Summary
Constructors -
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:
-
-
Constructor Details
-
MavenBuildInformation
-
-
Method Details