Package hudson.tools

Class JDKInstaller.JDKRelease

java.lang.Object
hudson.tools.JDKInstaller.JDKRelease
Enclosing class:
JDKInstaller

public static final class JDKInstaller.JDKRelease extends Object
  • Field Details

    • files

      public JDKInstaller.JDKFile[] files
    • licpath

      public String licpath
      the license path
    • lictitle

      public String lictitle
      the license title
    • name

      public String name
      This maps to the former product code, like "jdk-6u13-oth-JPR"
    • title

      public String title
      This is human readable.
  • Constructor Details

    • JDKRelease

      public JDKRelease()
  • Method Details

    • matchesId

      public boolean matchesId(String rhs)
      We used to use IDs like "jdk-6u13-oth-JPR@CDS-CDS_Developer", but Oracle switched to just "jdk-6u13-oth-JPR". This method matches if the specified string matches the name, and it accepts both the old and the new format.