Uses of Class
jenkins.plugins.nodejs.tools.NodeJSInstaller.Preference

Packages that use NodeJSInstaller.Preference
jenkins.plugins.nodejs.tools   
 

Uses of NodeJSInstaller.Preference in jenkins.plugins.nodejs.tools
 

Methods in jenkins.plugins.nodejs.tools that return NodeJSInstaller.Preference
 NodeJSInstaller.Preference NodeJSInstaller.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 NodeJSInstaller.Preference NodeJSInstaller.Preference.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeJSInstaller.Preference[] NodeJSInstaller.Preference.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2004-2013. All Rights Reserved.