- 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.
- getConfigId() - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper
-
- getConfigId() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter
-
- getConfigs() - Method in class jenkins.plugins.nodejs.NodeJSBuildWrapper.DescriptorImpl
-
- getConfigs() - Method in class jenkins.plugins.nodejs.NodeJSCommandInterpreter.NodeJsDescriptor
-
Gather all defined npmrc config files.
- 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
-
- getDescriptor() - Method in class jenkins.plugins.nodejs.configfiles.NPMConfig
-
- 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
-
- 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
- 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: Cannot find
executable from the chosen NodeJS installation "{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, 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, String) - Constructor for class jenkins.plugins.nodejs.NodeJSCommandInterpreter
-
- 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.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
-
- 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_REGISTRY - Static variable in class jenkins.plugins.nodejs.NodeJSConstants
-
The base URL of the npm package 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_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
-