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

Packages that use NodeJSInstaller.CPU
jenkins.plugins.nodejs.tools   
jenkins.plugins.nodejs.tools.pathresolvers   
 

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

Methods in jenkins.plugins.nodejs.tools that return NodeJSInstaller.CPU
static NodeJSInstaller.CPU NodeJSInstaller.CPU.current()
          Determines the CPU of the current JVM.
static NodeJSInstaller.CPU NodeJSInstaller.CPU.of(hudson.model.Node n)
          Determines the CPU of the given node.
static NodeJSInstaller.CPU NodeJSInstaller.CPU.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeJSInstaller.CPU[] NodeJSInstaller.CPU.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jenkins.plugins.nodejs.tools with parameters of type NodeJSInstaller.CPU
 String InstallerPathResolver.resolvePathFor(String version, NodeJSInstaller.Platform platform, NodeJSInstaller.CPU cpu)
           
 

Uses of NodeJSInstaller.CPU in jenkins.plugins.nodejs.tools.pathresolvers
 

Methods in jenkins.plugins.nodejs.tools.pathresolvers with parameters of type NodeJSInstaller.CPU
 String LatestInstallerPathResolver.resolvePathFor(String version, NodeJSInstaller.Platform platform, NodeJSInstaller.CPU cpu)
           
 



Copyright © 2004-2014. All Rights Reserved.