Class NodeJSConstants

java.lang.Object
jenkins.plugins.nodejs.NodeJSConstants

public final class NodeJSConstants extends Object
  • Field Details

    • JAVASCRIPT_EXT

      public static final String JAVASCRIPT_EXT
      Default extension for javascript file.
      See Also:
    • DEFAULT_NPM_REGISTRY

      public static final String DEFAULT_NPM_REGISTRY
      Default NPM registry.
      See Also:
    • ENVVAR_NODEJS_HOME

      public static final String ENVVAR_NODEJS_HOME
      The name of environment variable that point to the NodeJS installation home.
      See Also:
    • ENVVAR_NODE_HOME

      public static final String ENVVAR_NODE_HOME
      Alias for NODEJS_HOME.
      See Also:
    • ENVVAR_NODEJS_PATH

      public static final String ENVVAR_NODEJS_PATH
      The name of environment variable that contribute the PATH value.
      See Also:
    • NPM_CACHE_LOCATION

      public static final String NPM_CACHE_LOCATION
      The location of NPM cache.
      See Also:
    • NPM_USERCONFIG

      public static final String NPM_USERCONFIG
      The location of user-level configuration settings.
      See Also:
    • NPM_SETTINGS_ALWAYS_AUTH

      public static final String NPM_SETTINGS_ALWAYS_AUTH
      Force npm to always require authentication when accessing the registry, even for GET requests.

      Default: false
      Type: Boolean

      See Also:
    • NPM_SETTINGS_REGISTRY

      public static final String NPM_SETTINGS_REGISTRY
      The base URL of the npm package registry.

      Default: https://registry.npmjs.org/
      Type: url

      See Also:
    • NPM_SETTINGS_AUTH

      public static final String NPM_SETTINGS_AUTH
      The authentication base64 string >USER<:>PASSWORD< used to login to the global registry.
      See Also:
    • NPM_SETTINGS_AUTHTOKEN

      public static final String NPM_SETTINGS_AUTHTOKEN
      The authentication token used to login to the global registry or scoped registry.
      See Also:
    • NPM_SETTINGS_USER

      public static final String NPM_SETTINGS_USER
      The user name used to login to the scoped registry.
      See Also:
    • NPM_SETTINGS_PASSWORD

      public static final String NPM_SETTINGS_PASSWORD
      The authentication base64 string >PASSWORD< used to login to the scoped registry.
      See Also: