Uses of Class
com.atlassian.bamboo.specs.builders.task.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
Modifier and TypeClassDescriptionclass
BaseNodeTask<B extends BaseNodeTask<B,
P>, P extends BaseNodeTaskProperties> Base class for Node.js related tasks.Modifier and TypeClassDescriptionclass
Represents Bamboo task which executes Bower package manager for Node.js.class
Represents Bamboo task which executes Grunt tasks.class
Represents Bamboo task which executes Gulp tasks.class
Runs Mocha tests using 'mocha-bamboo-reporter'.class
Represents a generic task that executes a Node.js script.class
Runs Nodeunit tests.class
Represents task that executes an npm command.