Package | Description |
---|---|
hudson.tools |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.