Uses of Enum Class
hudson.tools.JDKInstaller.Platform
Packages that use JDKInstaller.Platform
-
Uses of JDKInstaller.Platform in hudson.tools
Methods in hudson.tools that return JDKInstaller.PlatformModifier and TypeMethodDescriptionstatic JDKInstaller.Platform
JDKInstaller.Platform.current()
static JDKInstaller.Platform
Determines the platform of the given node.static JDKInstaller.Platform
Returns the enum constant of this class with the specified name.static JDKInstaller.Platform[]
JDKInstaller.Platform.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.tools with parameters of type JDKInstaller.PlatformModifier and TypeMethodDescriptionvoid
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.JDKInstaller.locate
(TaskListener log, JDKInstaller.Platform platform, JDKInstaller.CPU cpu) Performs a license click through and obtains the one-time URL for downloading bits.