Uses of Class
com.atlassian.bamboo.specs.builders.task.BaseNodeTask
Packages that use BaseNodeTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of BaseNodeTask in com.atlassian.bamboo.specs.builders.task
Classes in com.atlassian.bamboo.specs.builders.task with type parameters of type BaseNodeTaskModifier and TypeClassDescriptionclassBaseNodeTask<B extends BaseNodeTask<B,P>, P extends BaseNodeTaskProperties> Base class for Node.js related tasks.Subclasses of BaseNodeTask in com.atlassian.bamboo.specs.builders.taskModifier and TypeClassDescriptionclassRepresents Bamboo task which executes Bower package manager for Node.js.classRepresents Bamboo task which executes Grunt tasks.classRepresents Bamboo task which executes Gulp tasks.classRuns Mocha tests using 'mocha-bamboo-reporter'.classRepresents a generic task that executes a Node.js script.classRuns Nodeunit tests.classRepresents task that executes an npm command.