| Package | Description |
|---|---|
| jenkins.plugins.nodejs.tools | |
| jenkins.plugins.nodejs.tools.pathresolvers |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.current() |
static Platform |
Platform.of(hudson.model.Node node)
Determines the platform of the given node.
|
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.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.
|
| Constructor and Description |
|---|
NodeJSInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties,
Platform platform) |
| Modifier and Type | Method and Description |
|---|---|
String |
LatestInstallerPathResolver.resolvePathFor(String version,
Platform platform,
CPU cpu) |
Copyright © 2016–2017. All rights reserved.