Package hudson.maven

Class MavenBuildInformation

    • Field Detail

      • modelParents

        public final Map<String,​String> 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 Detail

      • MavenBuildInformation

        public MavenBuildInformation​(String mavenVersion)
    • Method Detail

      • getMavenVersion

        public String getMavenVersion()
      • isMaven3OrLater

        public boolean isMaven3OrLater()
        Since:
        1.441
      • isAtLeastMavenVersion

        public boolean isAtLeastMavenVersion​(String version)
        Returns if this maven version is at least 'version'.
        Parameters:
        version - the version to compare against
        Since:
        1.441