A B C D E F G I J K L M N O P R S T V _

A

accept(String) - Method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.CPU
In JDK5u3, I see platform like "Linux AMD64", while JDK6u3 refers to "Linux x64", so just use "64" for locating bits.

B

binFolderOf(NodeJSInstallation, Node) - Static method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
bundleFileName - Variable in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.Platform
Choose the file name suitable for the downloaded Node bundle.

C

clone(DownloadFromUrlInstaller.Installable) - Static method in class jenkins.plugins.tools.Installables
 
compare(String, String) - Static method in class jenkins.plugins.nodejs.tools.NodeJSVersion
 
compareTo(NodeJSVersion) - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
 
createScriptFile(FilePath) - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter
Creates a script file in a temporary name in the specified directory.
current() - Static method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.CPU
Determines the CPU of the current JVM.
current() - Static method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.Platform
 

D

DecoratedLauncher - Class in jenkins.plugins.nodejs.tools
A launcher which delegates to a provided inner launcher.
DecoratedLauncher(Launcher) - Constructor for class jenkins.plugins.nodejs.tools.DecoratedLauncher
 
decorateLauncher(AbstractBuild, Launcher, BuildListener) - Method in class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper
 
DESCRIPTOR - Static variable in class jenkins.plugins.nodejs.NodeJsCommandInterpreter
 
DESCRIPTOR - Static variable in class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper
 

E

extractArchiveIntermediateDirectoryName(String) - Method in interface jenkins.plugins.nodejs.tools.InstallerPathResolver
 
extractArchiveIntermediateDirectoryName(String) - Method in class jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver
 

F

findInstallationByName(String) - Method in class jenkins.plugins.nodejs.NodeJSPlugin
 
findResolverFor(DownloadFromUrlInstaller.Installable) - Static method in class jenkins.plugins.nodejs.tools.InstallerPathResolver.Factory
 
forEnvironment(EnvVars) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
forNode(Node, TaskListener) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
 

G

getCommand() - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter
 
getComputer() - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 
getDescriptor() - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter
 
getDisplayName() - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter.NodeJsDescriptor
 
getDisplayName() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper.DescriptorImpl
 
getExecutable(Launcher) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
getHelpFile() - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter.NodeJsDescriptor
 
getHome() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
getId() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
getInstallables() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
getInstallations() - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter.NodeJsDescriptor
 
getInstallations() - Method in class jenkins.plugins.nodejs.NodeJSPlugin
 
getInstallations() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
getInstallations() - Method in class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper.DescriptorImpl
 
getListener() - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 
getNodeJSInstallationName() - Method in class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper
 
getNpmPackages() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
getNpmPackagesRefreshHours() - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 

I

Installables - Class in jenkins.plugins.tools
 
Installables() - Constructor for class jenkins.plugins.tools.Installables
 
installer_displayName() - Static method in class jenkins.plugins.nodejs.tools.Messages
NodeJS
InstallerPathResolver - Interface in jenkins.plugins.nodejs.tools
 
InstallerPathResolver.Factory - Class in jenkins.plugins.nodejs.tools
 
InstallerPathResolver.Factory() - Constructor for class jenkins.plugins.nodejs.tools.InstallerPathResolver.Factory
 
instance() - Static method in class jenkins.plugins.nodejs.NodeJSPlugin
 
is(String) - Method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.Platform
 
isApplicable(Class<? extends ToolInstallation>) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
isApplicable(AbstractProject<?, ?>) - Method in class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper.DescriptorImpl
 
isLowerThan(NodeJSVersion) - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
 
isLowerThan(String) - Method in class jenkins.plugins.nodejs.tools.NodeJSVersion
 
isUnix() - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 
isVersionBlacklisted(String) - Static method in class jenkins.plugins.nodejs.tools.InstallerPathResolver.Factory
 

J

jenkins.plugins.nodejs - package jenkins.plugins.nodejs
Classes implementing Jenkins API used in NodeJS Plugin.
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
 

K

kill(Map<String, String>) - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 

L

LatestInstallerPathResolver - Class in jenkins.plugins.nodejs.tools.pathresolvers
 
LatestInstallerPathResolver() - Constructor for class jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver
 
launch(Launcher.ProcStarter) - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 
launch(String[], boolean[], String[], InputStream, OutputStream, FilePath) - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 
launchChannel(String[], OutputStream, FilePath, Map<String, String>) - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 

M

Messages - Class in jenkins.plugins.nodejs.tools
 
Messages() - Constructor for class jenkins.plugins.nodejs.tools.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter.NodeJsDescriptor
Retrieve the NodeJS script from the job configuration page, pass it to a new command interpreter.
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.NodeJsDescriptor - Class in jenkins.plugins.nodejs
Provides builder details for the job configuration page.
NodeJSInstallation - Class in jenkins.plugins.nodejs.tools
 
NodeJSInstallation(String, String, List<? extends ToolProperty<?>>) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstallation
 
NodeJSInstallation.DescriptorImpl - Class in jenkins.plugins.nodejs.tools
 
NodeJSInstallation.DescriptorImpl() - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
NodeJSInstaller - Class in jenkins.plugins.nodejs.tools
Install NodeJS from nodejs.org
NodeJSInstaller(String, String, long) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
NodeJSInstaller.CPU - Enum in jenkins.plugins.nodejs.tools
CPU type.
NodeJSInstaller.DescriptorImpl - Class in jenkins.plugins.nodejs.tools
 
NodeJSInstaller.DescriptorImpl() - Constructor for class jenkins.plugins.nodejs.tools.NodeJSInstaller.DescriptorImpl
 
NodeJSInstaller.Platform - Enum in jenkins.plugins.nodejs.tools
Supported platform.
NodeJSInstaller.Preference - Enum in jenkins.plugins.nodejs.tools
 
NodeJSInstaller_DescriptorImpl_displayName() - Static method in class jenkins.plugins.nodejs.tools.Messages
Install from nodejs.org
NodeJSInstaller_FailedToInstallNodeJS(Object) - Static method in class jenkins.plugins.nodejs.tools.Messages
Failed to install NodeJS.
NodeJSPlugin - Class in jenkins.plugins.nodejs
 
NodeJSPlugin() - Constructor for class jenkins.plugins.nodejs.NodeJSPlugin
 
NodeJSVersion - Class in jenkins.plugins.nodejs.tools
 
NodeJSVersion(String) - Constructor for class jenkins.plugins.nodejs.tools.NodeJSVersion
 
NPM_PACKAGES_RECORD_FILENAME - Static variable in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 
NpmPackagesBuildWrapper - Class in jenkins.plugins.nodejs.tools
 
NpmPackagesBuildWrapper(String) - Constructor for class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper
 
NpmPackagesBuildWrapper.DescriptorImpl - Class in jenkins.plugins.nodejs.tools
 
NpmPackagesBuildWrapper.DescriptorImpl() - Constructor for class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper.DescriptorImpl
 
NpmPackagesBuildWrapper_displayName() - Static method in class jenkins.plugins.nodejs.tools.Messages
Provide Node & npm bin/ folder to PATH

O

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

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter
 
perform(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class jenkins.plugins.nodejs.NodeJsCommandInterpreter
 
performInstallation(ToolInstallation, Node, TaskListener) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
 

R

resolvePathFor(String, NodeJSInstaller.Platform, NodeJSInstaller.CPU) - Method in interface jenkins.plugins.nodejs.tools.InstallerPathResolver
 
resolvePathFor(String, NodeJSInstaller.Platform, NodeJSInstaller.CPU) - Method in class jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver
 

S

setInstallations(NodeJSInstallation[]) - Method in class jenkins.plugins.nodejs.NodeJSPlugin
 
setInstallations(NodeJSInstallation...) - Method in class jenkins.plugins.nodejs.tools.NodeJSInstallation.DescriptorImpl
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class jenkins.plugins.nodejs.tools.NpmPackagesBuildWrapper
 
start() - Method in class jenkins.plugins.nodejs.NodeJSPlugin
 

T

toString() - Method in class jenkins.plugins.nodejs.tools.DecoratedLauncher
 

V

valueOf(String) - Static method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.CPU
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.Preference
Returns the enum constant of this type with the specified name.
values() - Static method in enum jenkins.plugins.nodejs.tools.NodeJSInstaller.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.NodeJSInstaller.Platform
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.NodeJSInstaller.Preference
Returns an array containing the constants of this enum type, in the order they are declared.

_

_installer_displayName() - Static method in class jenkins.plugins.nodejs.tools.Messages
NodeJS
_NodeJSInstaller_DescriptorImpl_displayName() - Static method in class jenkins.plugins.nodejs.tools.Messages
Install from nodejs.org
_NodeJSInstaller_FailedToInstallNodeJS(Object) - Static method in class jenkins.plugins.nodejs.tools.Messages
Failed to install NodeJS.
_NpmPackagesBuildWrapper_displayName() - Static method in class jenkins.plugins.nodejs.tools.Messages
Provide Node & npm bin/ folder to PATH
_preferredLocation(ToolInstallation, Node) - Static method in class jenkins.plugins.nodejs.tools.NodeJSInstaller
COPY PASTER ToolInstaller.preferredLocation() in order to make it static...

A B C D E F G I J K L M N O P R S T V _

Copyright © 2004-2013. All Rights Reserved.