Class NpmTask

    • Constructor Detail

      • NpmTask

        public NpmTask()
    • Method Detail

      • command

        public NpmTask command​(@NotNull
                               @NotNull java.lang.String command)
        Sets which command to execute, e.g. install.
      • useIsolatedCache

        public NpmTask useIsolatedCache​(boolean useIsolatedCache)
        Sets whether the npm task should use isolated directory for caches. Should be enabled when different incompatible versions of npm may be used on one Bamboo agent. Defaults to false.