Skip navigation links
A B C D E F G H I J L M N O P R S T V _ 

A

addComment(String) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Add a comment line at the end of the file.
areNpmPackagesUpToDate(FilePath, String, long) - Static method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 

B

binFolder - Variable in enum jenkins.plugins.nodejs.tools.Platform
Choose the folder path suitable bin folder of the bundle.
buildCommandLine(FilePath) - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
buildEnvVars(EnvVars) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
 

C

calculatePrefix(String) - Method in class jenkins.plugins.nodejs.configfiles.RegistryHelper
 
clone(DownloadFromUrlInstaller.Installable) - Static method in class jenkins.plugins.tools.Installables
 
compareTo(NodeJSVersion) - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Compares this NodeJSVersion object to another NodeJSVersion.
compose(String, String) - Method in class jenkins.plugins.nodejs.configfiles.RegistryHelper
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
contains(String) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Returns true if this map contains a user config for the specified key.
CPU - Enum in jenkins.plugins.nodejs.tools
CPU type.
current() - Static method in enum jenkins.plugins.nodejs.tools.CPU
Determines the CPU of the current JVM.
current() - Static method in enum jenkins.plugins.nodejs.tools.Platform
 

D

DEFAULT_NPM_PACKAGES_REFRESH_HOURS - Static variable in class jenkins.plugins.nodejs.tools.NodeJSInstaller
Define the elapse time before perform a new npm install for defined global packages.
DEFAULT_NPM_REGISTRY - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
Default NPM registry.
DescriptorImpl() - Constructor for class jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.plugins.nodejs.NodeJSBuildWrapper.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
DetectionFailedException - Exception in jenkins.plugins.nodejs.tools
Indicates the failure to detect the OS or CPU.
DetectionFailedException(String, Throwable) - Constructor for exception jenkins.plugins.nodejs.tools.DetectionFailedException
 
doCheckConfigId(ItemGroup<?>, String) - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper.DescriptorImpl
Verify that the given configId exists in the given context.
doCheckConfigId(ItemGroup<?>, String) - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
Verify that the given configId exists in the given context.
doCheckCredentialsId(Item, String, String) - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
 
doCheckScopes(boolean, String) - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
 
doCheckUrl(String) - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
 
doFillConfigIdItems(ItemGroup<?>) - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper.DescriptorImpl
Gather all defined npmrc config files.
doFillConfigIdItems(ItemGroup<?>) - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
Gather all defined npmrc config files.
doFillCredentialsIdItems(Item, String, String) - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
 
doVerify() - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig
Perform a validation of the configuration.
doVerify() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry
Perform the validation of current registry.

E

emptyVersion - Static variable in class jenkins.plugins.nodejs.tools.NodeJSVersion
The empty version "0.0.0".
ENVVAR_NODEJS_HOME - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
The name of environment variable that point to the NodeJS installation home.
ENVVAR_NODEJS_PATH - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
The name of environment variable that contribute the PATH value.
equals(Object) - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Compares this NodeJSVersion object to another object.
equals(Object) - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Compares this VersionRange object to another object.

F

Factory() - Constructor for class jenkins.plugins.nodejs.tools.InstallerPathResolver.Factory
 
fillRegistry(String, Map<String, StandardUsernameCredentials>) - Method in class jenkins.plugins.nodejs.configfiles.RegistryHelper
Fill the npmpc user config with the given registries.
findInstallationByName(String) - Method in class jenkins.plugins.nodejs.NodeJSPlugin
Deprecated.
 
findResolverFor(DownloadFromUrlInstaller.Installable) - Static method in class jenkins.plugins.nodejs.tools.InstallerPathResolver.Factory
Return an implementation adapt for the given installable.
forEnvironment(EnvVars) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
forNode(Node, TaskListener) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
from(String) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Parse the given content and store internally all user settings and comments.

G

get(String) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Get the value for the specified property key.
getAsBoolean(String) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Get the value for the specified property key as a boolean.
getAsNumber(String) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Get the value for the specified property key as a number.
getAuthentication(Item) - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
 
getConfigId() - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper
 
getConfigId() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
getContents() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
getContentType() - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig.NPMConfigProvider
 
getCredentialsId() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry
Get list of scope for this registry.
getDefaultInstallers() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig.NPMConfigProvider
 
getDisplayName() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
Customise the name of this job step.
getDisplayName() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
getExecutable(Launcher) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
Gets the executable path of NodeJS on the given target system.
getFileExtension() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
getHelpFile() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
Return the help file.
getId() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
getInstallable() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
getInstallables() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
getInstallations() - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper.DescriptorImpl
 
getInstallations() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
 
getInstallations() - Method in class jenkins.plugins.nodejs.NodeJSPlugin
Deprecated.
Use NodeJSUtils.getInstallations() instead of this.
getLeft() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns the left endpoint of this version range.
getLeftType() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns the type of the left endpoint of this version range.
getMajor() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Returns the major component of this version identifier.
getMicro() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Returns the micro component of this version identifier.
getMinor() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Returns the minor component of this version identifier.
getNodeJS() - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper
Gets the NodeJS to invoke, or null to invoke the default one.
getNodeJS() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
Gets the NodeJS to invoke, or null to invoke the default one.
getNodeJSInstallationName() - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper
 
getNodeJSInstallationName() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
getNpmPackages() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
getNpmPackagesRefreshHours() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
getRegistries() - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig
 
getRight() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns the right endpoint of this version range.
getRightType() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns the type of the right endpoint of this version range.
getScopes() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry
Get list of scope for this registry.
getScopesAsList() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry
Provide a list of scope for this registry.
getUrl() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry
Get the registry URL

H

hashCode() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Returns a hash code value for the object.
hashCode() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns a hash code value for the object.

I

includes(NodeJSVersion) - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns whether this version range includes the specified version.
Installables - Class in jenkins.plugins.tools
 
Installables() - Constructor for class jenkins.plugins.tools.Installables
 
InstallerPathResolver - Interface in jenkins.plugins.nodejs.tools
Contract to resolve parts of an URL path given some specific inputs.
InstallerPathResolver.Factory - Class in jenkins.plugins.nodejs.tools
Factory that return lookup for an implementation of InstallerPathResolver.
internalPerform(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
is(String) - Method in enum jenkins.plugins.nodejs.tools.Platform
 
isApplicable(AbstractProject<?, ?>) - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
 
isApplicable(Class<? extends ToolInstallation>) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
isEmpty() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns whether this version range is empty.
isHasScopes() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry
 
isMSI(String) - Method in class jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver
 
isVersionBlacklisted(String) - Static method in class jenkins.plugins.nodejs.tools.InstallerPathResolver.Factory
 

J

JAVASCRIPT_EXT - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
Default extension for javascript file.
jenkins.plugins.nodejs - package jenkins.plugins.nodejs
Classes implementing Jenkins API used in NodeJS Plugin.
jenkins.plugins.nodejs.configfiles - package jenkins.plugins.nodejs.configfiles
 
jenkins.plugins.nodejs.tools - package jenkins.plugins.nodejs.tools
 
jenkins.plugins.nodejs.tools.pathresolvers - package jenkins.plugins.nodejs.tools.pathresolvers
 
jenkins.plugins.tools - package jenkins.plugins.tools
 

L

LatestInstallerPathResolver - Class in jenkins.plugins.nodejs.tools.pathresolvers
Calculate the name of the installer for the specified version according the architecture and CPU of the destination node.
LatestInstallerPathResolver() - Constructor for class jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver
 
LEFT_CLOSED - Static variable in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
The left endpoint is closed and is included in the range.
LEFT_OPEN - Static variable in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
The left endpoint is open and is excluded from the range.
load(File) - Static method in class jenkins.plugins.nodejs.configfiles.Npmrc
Parse the given file and store internally all user settings and comments.
loadTemplateContent() - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig.NPMConfigProvider
 

M

Messages - Class in jenkins.plugins.nodejs
Generated localization support class.
Messages() - Constructor for class jenkins.plugins.nodejs.Messages
 

N

newConfig(String) - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig.NPMConfigProvider
 
nodeFileName - Variable in enum jenkins.plugins.nodejs.tools.Platform
Choose the file name suitable for the downloaded Node bundle.
NodeJSBuilders_nodeOffline() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuilders.nodeOffline: Cannot get installation for node, since it is not online.
NodeJSBuilders_noExecutableFound(Object) - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuilders.noExecutableFound: Couldn’t find any executable in "{0}".
NodeJSBuilders_noInstallationFound(Object) - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuilders.noInstallationFound: No installation {0} found.
NodeJSBuildWrapper - Class in jenkins.plugins.nodejs
A simple build wrapper that contribute the NodeJS bin path to the PATH environment variable.
NodeJSBuildWrapper(String) - Constructor for class jenkins.plugins.nodejs.NodeJSBuildWrapper
 
NodeJSBuildWrapper(String, String) - Constructor for class jenkins.plugins.nodejs.NodeJSBuildWrapper
 
NodeJSBuildWrapper.DescriptorImpl - Class in jenkins.plugins.nodejs
 
NodeJSBuildWrapper_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuildWrapper.displayName: Provide Node & npm bin/ folder to PATH.
NodeJSCommandInterpreter - Class in jenkins.plugins.nodejs
This class executes a JavaScript file using node.
NodeJSCommandInterpreter(String, String) - Constructor for class jenkins.plugins.nodejs.NodeJSCommandInterpreter
Constructs a NodeJSCommandInterpreter with specified command.
NodeJSCommandInterpreter(String, String, String) - Constructor for class jenkins.plugins.nodejs.NodeJSCommandInterpreter
Constructs a NodeJSCommandInterpreter with specified command.
NodeJSCommandInterpreter.NodeJsDescriptor - Class in jenkins.plugins.nodejs
Provides builder details for the job configuration page.
NodeJSCommandInterpreter_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSCommandInterpreter.displayName: Execute NodeJS script.
NodeJSConstants - Class in jenkins.plugins.nodejs
 
NodeJsDescriptor() - Constructor for class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
 
NodeJSInstallation - Class in jenkins.plugins.nodejs.tools
Information about JDK installation.
NodeJSInstallation(String, String, List<? extends ToolProperty<?>>) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
NodeJSInstallation(String, String, List<? extends ToolProperty<?>>, Platform) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
NodeJSInstallation.DescriptorImpl - Class in jenkins.plugins.nodejs.tools
 
NodeJSInstallation_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSInstallation.displayName: NodeJS.
NodeJSInstaller - Class in jenkins.plugins.nodejs.tools
Automatic NodeJS installer from nodejs.org
NodeJSInstaller(String, String, long) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
NodeJSInstaller.DescriptorImpl - Class in jenkins.plugins.nodejs.tools
 
NodeJSInstaller_DescriptorImpl_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSInstaller.DescriptorImpl.displayName: Install from nodejs.org.
NodeJSInstaller_FailedToInstallNodeJS(Object) - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSInstaller.FailedToInstallNodeJS: {@code Failed to install NodeJS.
NodeJSPlugin - Class in jenkins.plugins.nodejs
Deprecated.
Do not use this anymore. This class will be removed, actually is kept to migrate persistence.
NodeJSPlugin() - Constructor for class jenkins.plugins.nodejs.NodeJSPlugin
Deprecated.
 
NodeJSVersion - Class in jenkins.plugins.nodejs.tools
NodeJSVersion identifier.
NodeJSVersion(int, int, int) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSVersion
Creates a version identifier from the specified numerical components.
NodeJSVersion(String) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSVersion
Creates a version identifier from the specified string.
NodeJSVersionRange - Class in jenkins.plugins.nodejs.tools
Version range.
NodeJSVersionRange(String) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Creates a version range from the specified string.
NPM_PACKAGES_RECORD_FILENAME - Static variable in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
NPM_SETTINGS_ALWAYS_AUTH - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
Force npm to always require authentication when accessing the registry, even for GET requests.
NPM_SETTINGS_AUTH - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
The authentication base64 string >USER<:>PASSWORD< used to login to the global registry.
NPM_SETTINGS_PASSWORD - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
The authentication base64 string >PASSWORD< used to login to the scoped registry.
NPM_SETTINGS_REGISTRY - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
The base URL of the npm package registry.
NPM_SETTINGS_USER - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
The user name used to login to the scoped registry.
NPM_USERCONFIG - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
The location of user-level configuration settings.
NPMConfig - Class in jenkins.plugins.nodejs.configfiles
A config/provider to handle the special case of a npmrc config file
NPMConfig(String, String, String, String, String, List<NPMRegistry>) - Constructor for class jenkins.plugins.nodejs.configfiles.NPMConfig
 
NPMConfig.NPMConfigProvider - Class in jenkins.plugins.nodejs.configfiles
 
NPMConfig_default() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMConfig.default: -use system default-.
NPMConfig_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMConfig.displayName: Npm config file.
NPMConfig_verifyTooGlobalRegistry() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMConfig.verifyTooGlobalRegistry: Too many registries configured as global (no scope assigned), at most one is allowed..
NPMConfigProvider() - Constructor for class jenkins.plugins.nodejs.configfiles.NPMConfig.NPMConfigProvider
 
npmFileName - Variable in enum jenkins.plugins.nodejs.tools.Platform
Choose the file name suitable for the npm bundled with NodeJS.
Npmrc - Class in jenkins.plugins.nodejs.configfiles
Npm config file parser.
Npmrc() - Constructor for class jenkins.plugins.nodejs.configfiles.Npmrc
 
NPMRegistry - Class in jenkins.plugins.nodejs.configfiles
Holder of all informations about a npm public/private registry.
NPMRegistry(String, String, String) - Constructor for class jenkins.plugins.nodejs.configfiles.NPMRegistry
Default constructor.
NPMRegistry(String, String, boolean, String) - Constructor for class jenkins.plugins.nodejs.configfiles.NPMRegistry
Default constructor used by jelly page for the optional block.
NPMRegistry.DescriptorImpl - Class in jenkins.plugins.nodejs.configfiles
 
NPMRegistry_DescriptorImpl_emptyCredentialsId() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.emptyCredentialsId: Credentials is required.
NPMRegistry_DescriptorImpl_emptyRegistryURL() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.emptyRegistryURL: Registry URL is required.
NPMRegistry_DescriptorImpl_emptyScopes() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.emptyScopes: Scopes is required.
NPMRegistry_DescriptorImpl_invalidCharInScopes() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidCharInScopes: Remove the '@' character from scope.
NPMRegistry_DescriptorImpl_invalidCredentialsId() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidCredentialsId: Current credentials does not exists.
NPMRegistry_DescriptorImpl_invalidRegistryURL() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidRegistryURL: Invalid URL, should start with https://.
NPMRegistry_DescriptorImpl_invalidScopes() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidScopes: Invalid scope.

O

of(Node) - Static method in enum jenkins.plugins.nodejs.tools.CPU
Determines the CPU of the given node.
of(Node) - Static method in enum jenkins.plugins.nodejs.tools.Platform
Determines the platform of the given node.

P

parseVersion(String) - Static method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Parses a version identifier from the specified string.
perform(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
performInstallation(ToolInstallation, Node, TaskListener) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
Platform - Enum in jenkins.plugins.nodejs.tools
Supported platform.
postInitialize() - Method in class jenkins.plugins.nodejs.NodeJSPlugin
Deprecated.
 

R

refreshGlobalPackages(Node, TaskListener, FilePath) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
RegistryHelper - Class in jenkins.plugins.nodejs.configfiles
Helper to fill properly credentials in the the user configuration file.
RegistryHelper(Collection<NPMRegistry>) - Constructor for class jenkins.plugins.nodejs.configfiles.RegistryHelper
 
resolveCredentials(Run<?, ?>) - Method in class jenkins.plugins.nodejs.configfiles.RegistryHelper
Resolves all registry credentials and returns a map paring registry URL to credential.
resolvePathFor(String, Platform, CPU) - Method in interface jenkins.plugins.nodejs.tools.InstallerPathResolver
Resolve the URL path for the given parameters.
resolvePathFor(String, Platform, CPU) - Method in class jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver
 
RIGHT_CLOSED - Static variable in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
The right endpoint is closed and is included in the range.
RIGHT_OPEN - Static variable in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
The right endpoint is open and is excluded from the range.

S

save(File) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Write the content of user config to a file.
set(String, String) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Set the value for the specified property key.
set(String, boolean) - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
Set the value for the specified property key.
setConfigId(String) - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper
 
setConfigId(String) - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
 
setInstallations(NodeJSInstallation[]) - Method in class jenkins.plugins.nodejs.NodeJSPlugin
Deprecated.
You should not set manually system NodeJS installation, in case use the standard #setInstallations(NodeJSInstallation[])
setUp(SimpleBuildWrapper.Context, Run<?, ?>, FilePath, Launcher, TaskListener, EnvVars) - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper
 
start() - Method in class jenkins.plugins.nodejs.NodeJSPlugin
Deprecated.
 
supplyContent(Config, Run<?, ?>, FilePath, TaskListener, List<String>) - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig.NPMConfigProvider
 

T

toString() - Method in class jenkins.plugins.nodejs.configfiles.Npmrc
 
toString() - Method in class jenkins.plugins.nodejs.configfiles.NPMRegistry
 
toString() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
Returns the string representation of this version identifier.
toString() - Method in class jenkins.plugins.nodejs.tools.NodeJSVersionRange
Returns the string representation of this version range.

V

valueOf(String) - Static method in enum jenkins.plugins.nodejs.tools.CPU
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jenkins.plugins.nodejs.tools.Platform
Returns the enum constant of this type with the specified name.
values() - Static method in enum jenkins.plugins.nodejs.tools.CPU
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jenkins.plugins.nodejs.tools.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyConfigProviderException - Exception in jenkins.plugins.nodejs.configfiles
Signals an error in the a user configuration file when NPMConfig.doVerify() is called.
VerifyConfigProviderException(String) - Constructor for exception jenkins.plugins.nodejs.configfiles.VerifyConfigProviderException
Constructs a new exception with the specified detail message.

_

_NodeJSBuilders_nodeOffline() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuilders.nodeOffline: Cannot get installation for node, since it is not online.
_NodeJSBuilders_noExecutableFound(Object) - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuilders.noExecutableFound: Couldn’t find any executable in "{0}".
_NodeJSBuilders_noInstallationFound(Object) - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuilders.noInstallationFound: No installation {0} found.
_NodeJSBuildWrapper_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSBuildWrapper.displayName: Provide Node & npm bin/ folder to PATH.
_NodeJSCommandInterpreter_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSCommandInterpreter.displayName: Execute NodeJS script.
_NodeJSInstallation_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSInstallation.displayName: NodeJS.
_NodeJSInstaller_DescriptorImpl_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSInstaller.DescriptorImpl.displayName: Install from nodejs.org.
_NodeJSInstaller_FailedToInstallNodeJS(Object) - Static method in class jenkins.plugins.nodejs.Messages
Key NodeJSInstaller.FailedToInstallNodeJS: {@code Failed to install NodeJS.
_NPMConfig_default() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMConfig.default: -use system default-.
_NPMConfig_displayName() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMConfig.displayName: Npm config file.
_NPMConfig_verifyTooGlobalRegistry() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMConfig.verifyTooGlobalRegistry: Too many registries configured as global (no scope assigned), at most one is allowed..
_NPMRegistry_DescriptorImpl_emptyCredentialsId() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.emptyCredentialsId: Credentials is required.
_NPMRegistry_DescriptorImpl_emptyRegistryURL() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.emptyRegistryURL: Registry URL is required.
_NPMRegistry_DescriptorImpl_emptyScopes() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.emptyScopes: Scopes is required.
_NPMRegistry_DescriptorImpl_invalidCharInScopes() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidCharInScopes: Remove the '@' character from scope.
_NPMRegistry_DescriptorImpl_invalidCredentialsId() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidCredentialsId: Current credentials does not exists.
_NPMRegistry_DescriptorImpl_invalidRegistryURL() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidRegistryURL: Invalid URL, should start with https://.
_NPMRegistry_DescriptorImpl_invalidScopes() - Static method in class jenkins.plugins.nodejs.Messages
Key NPMRegistry.DescriptorImpl.invalidScopes: Invalid scope.
A B C D E F G H I J L M N O P R S T V _ 
Skip navigation links

Copyright © 2016–2018. All rights reserved.