Uses of Class
hudson.tools.JDKInstaller.Platform

Packages that use JDKInstaller.Platform
hudson.tools   
 

Uses of JDKInstaller.Platform in hudson.tools
 

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

Methods in hudson.tools with parameters of type JDKInstaller.Platform
 void JDKInstaller.install(Launcher launcher, JDKInstaller.Platform p, JDKInstaller.FileSystem fs, TaskListener log, String expectedLocation, String jdkBundle)
          Performs the JDK installation to a system, provided that the bundle was already downloaded.
 URL JDKInstaller.locate(TaskListener log, JDKInstaller.Platform platform, JDKInstaller.CPU cpu)
          Performs a license click through and obtains the one-time URL for downloading bits.
 



Copyright © 2004-2013. All Rights Reserved.