Uses of Class
hudson.tools.JDKInstaller.Preference

Packages that use JDKInstaller.Preference
hudson.tools   
 

Uses of JDKInstaller.Preference in hudson.tools
 

Methods in hudson.tools that return JDKInstaller.Preference
 JDKInstaller.Preference JDKInstaller.CPU.accept(String line)
          In JDK5u3, I see platform like "Linux AMD64", while JDK6u3 refers to "Linux x64", so just use "64" for locating bits.
static JDKInstaller.Preference JDKInstaller.Preference.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JDKInstaller.Preference[] JDKInstaller.Preference.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2004-2013. All Rights Reserved.