Uses of Class
com.atlassian.bamboo.specs.builders.task.BaseNodeTask
-
Packages that use BaseNodeTask Package Description com.atlassian.bamboo.specs.builders.task 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 BaseNodeTask Modifier and Type Class Description classBaseNodeTask<B extends BaseNodeTask<B,P>,P extends BaseNodeTaskProperties>Base class for Node.js related tasks.Subclasses of BaseNodeTask in com.atlassian.bamboo.specs.builders.task Modifier and Type Class Description classBowerTaskRepresents Bamboo task which executes Bower package manager for Node.js.classGruntTaskRepresents Bamboo task which executes Grunt tasks.classGulpTaskRepresents Bamboo task which executes Gulp tasks.classMochaRunnerTaskRuns Mocha tests using 'mocha-bamboo-reporter'.classNodeTaskRepresents a generic task that executes a Node.js script.classNodeunitTaskRuns Nodeunit tests.classNpmTaskRepresents task that executes an npm command.
-