Package | Description |
---|---|
hudson.tools |
Modifier and Type | Method and Description |
---|---|
static JDKInstaller.CPU |
JDKInstaller.CPU.current()
Determines the CPU of the current JVM.
|
static JDKInstaller.CPU |
JDKInstaller.CPU.of(Node n)
Determines the CPU of the given node.
|
static JDKInstaller.CPU |
JDKInstaller.CPU.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDKInstaller.CPU[] |
JDKInstaller.CPU.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016. All rights reserved.