public class NodeTask extends BaseNodeTask<NodeTask,NodeTaskProperties>
Represents a generic task that executes a Node.js script.

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.

See Also: