| Package | Description |
|---|---|
| jenkins.plugins.nodejs.tools | |
| jenkins.plugins.nodejs.tools.pathresolvers |
| Modifier and Type | Method and Description |
|---|---|
static CPU |
CPU.current()
Determines the CPU of the current JVM.
|
static CPU |
CPU.of(hudson.model.Node node)
Determines the CPU of the given node.
|
static CPU |
CPU.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPU[] |
CPU.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
InstallerPathResolver.resolvePathFor(String version,
Platform platform,
CPU cpu)
Resolve the URL path for the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LatestInstallerPathResolver.resolvePathFor(String version,
Platform platform,
CPU cpu) |
Copyright © 2016–2017. All rights reserved.