| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
| Modifier and Type | Method and Description |
|---|---|
NpmTask |
NpmTask.command(@NotNull String command)
Sets which command to execute, e.g.
|
NpmTask |
NpmTask.environmentVariables(@Nullable String environmentVariables)
Sets environment variables for this task.
|
NpmTask |
NpmTask.nodeExecutable(@NotNull String nodeExecutable)
Sets which Node.js executable to use.
|
NpmTask |
NpmTask.useIsolatedCache(boolean useIsolatedCache)
Sets whether the npm task should use isolated directory for caches.
|
NpmTask |
NpmTask.workingSubdirectory(@Nullable String workingSubdirectory)
Sets the working subdirectory for this task.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.