| Package | Description |
|---|---|
| jenkins.plugins.nodejs.tools |
| Modifier and Type | Field and Description |
|---|---|
static NodeJSVersion |
NodeJSVersion.emptyVersion
The empty version "0.0.0".
|
| Modifier and Type | Method and Description |
|---|---|
NodeJSVersion |
NodeJSVersionRange.getLeft()
Returns the left endpoint of this version range.
|
NodeJSVersion |
NodeJSVersionRange.getRight()
Returns the right endpoint of this version range.
|
static NodeJSVersion |
NodeJSVersion.parseVersion(String version)
Parses a version identifier from the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NodeJSVersion.compareTo(NodeJSVersion other)
Compares this
NodeJSVersion object to another
NodeJSVersion. |
boolean |
NodeJSVersionRange.includes(NodeJSVersion version)
Returns whether this version range includes the specified version.
|
Copyright © 2016–2018. All rights reserved.