java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.task.Task<B,P>
com.atlassian.bamboo.specs.builders.task.BaseNodeTask<NodeTask,NodeTaskProperties>
com.atlassian.bamboo.specs.builders.task.NodeTask

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: