public class NodeTask extends BaseNodeTask<NodeTask,NodeTaskProperties>
Bamboo provides additional tasks for more specific Node.js tools, which are suggested to use instead of this task for
convenience. For example: NpmTask, GulpTask.
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, requirements, taskEnabled| Constructor and Description |
|---|
NodeTask() |
| Modifier and Type | Method and Description |
|---|---|
NodeTask |
arguments(String arguments)
Additional command line arguments to pass to node when executing the script.
|
protected NodeTaskProperties |
build() |
NodeTask |
script(String script)
Script to execute with node (e.g.
|
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, enabled, requirementspublic NodeTask script(@NotNull String script)
public NodeTask arguments(@Nullable String arguments)
@NotNull protected NodeTaskProperties build()
build in class Task<NodeTask,NodeTaskProperties>Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.