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

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

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

Methods in jenkins.plugins.nodejs.tools that return NodeJSInstaller.Platform
static NodeJSInstaller.Platform NodeJSInstaller.Platform.current()
           
static NodeJSInstaller.Platform NodeJSInstaller.Platform.of(hudson.model.Node n)
          Determines the platform of the given node.
static NodeJSInstaller.Platform NodeJSInstaller.Platform.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeJSInstaller.Platform[] NodeJSInstaller.Platform.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.Platform
 String InstallerPathResolver.resolvePathFor(String version, NodeJSInstaller.Platform platform, NodeJSInstaller.CPU cpu)
           
 

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

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



Copyright © 2004-2014. All Rights Reserved.