jenkins.plugins.nodejs.tools
Class Messages

java.lang.Object
  extended by jenkins.plugins.nodejs.tools.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _installer_displayName()
          NodeJS
static org.jvnet.localizer.Localizable _NodeJSInstaller_DescriptorImpl_displayName()
          Install from nodejs.org
static org.jvnet.localizer.Localizable _NodeJSInstaller_FailedToInstallNodeJS(Object arg1)
          Failed to install NodeJS.
static org.jvnet.localizer.Localizable _NpmPackagesBuildWrapper_displayName()
          Provide Node & npm bin/ folder to PATH
static String installer_displayName()
          NodeJS
static String NodeJSInstaller_DescriptorImpl_displayName()
          Install from nodejs.org
static String NodeJSInstaller_FailedToInstallNodeJS(Object arg1)
          Failed to install NodeJS.
static String NpmPackagesBuildWrapper_displayName()
          Provide Node & npm bin/ folder to PATH
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

installer_displayName

public static String installer_displayName()
NodeJS


_installer_displayName

public static org.jvnet.localizer.Localizable _installer_displayName()
NodeJS


NodeJSInstaller_FailedToInstallNodeJS

public static String NodeJSInstaller_FailedToInstallNodeJS(Object arg1)
Failed to install NodeJS. Exit code={0}


_NodeJSInstaller_FailedToInstallNodeJS

public static org.jvnet.localizer.Localizable _NodeJSInstaller_FailedToInstallNodeJS(Object arg1)
Failed to install NodeJS. Exit code={0}


NodeJSInstaller_DescriptorImpl_displayName

public static String NodeJSInstaller_DescriptorImpl_displayName()
Install from nodejs.org


_NodeJSInstaller_DescriptorImpl_displayName

public static org.jvnet.localizer.Localizable _NodeJSInstaller_DescriptorImpl_displayName()
Install from nodejs.org


NpmPackagesBuildWrapper_displayName

public static String NpmPackagesBuildWrapper_displayName()
Provide Node & npm bin/ folder to PATH


_NpmPackagesBuildWrapper_displayName

public static org.jvnet.localizer.Localizable _NpmPackagesBuildWrapper_displayName()
Provide Node & npm bin/ folder to PATH



Copyright © 2004-2014. All Rights Reserved.