Class | Description |
---|---|
CacheLocationLocator |
Strategy pattern that decides the location of the NPM cache location for a
build.
|
CacheLocationLocatorDescriptor | |
DefaultCacheLocationLocator |
Uses NPM's default global cache, which is actually
~/.npm on Unix
system or %APP_DATA%\npm-cache on Windows system. |
DefaultCacheLocationLocator.DescriptorImpl | |
PerExecutorCacheLocationLocator |
Relocates the NPM's default cache to a folder specific for the executor in
the node home folder
~/npm-cache/$executorNumber . |
PerExecutorCacheLocationLocator.DescriptorImpl | |
PerJobCacheLocationLocator |
Relocates the NPM's default cache to the workspace folder.
|
PerJobCacheLocationLocator.DescriptorImpl |
Copyright © 2016–2022. All rights reserved.