Uses of Package
com.atlassian.bamboo.specs.builders.task
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Various implementations of
CodeEmitter
which are used for converting
TaskProperties
model into Java.Tasks you can execute in a job.
-
ClassDescriptionClass containing common parts to Docker tasks which operates on Docker registry, like
DockerPushImageTask
orDockerPullImageTask
.Generic Docker task.Ant build task builder.Represents task that downloads artifacts created by other jobs and plans.Represents an artifact or group of artifacts, obtained using one of the following methods.Base class for Node.js related tasks.Represents Bamboo task which executes Bower package manager for Node.js.Represents Bamboo task which scans logs and files for build warnings.Represents a single checkout request.Represents a task that executes a command.Task to build docker image.Pulls docker image from the docker registry.Pushes docker image to the docker registry.Task used to run a Docker container.Represents a single download request.Fastlane build task builder.Represents Bamboo task which executes Grunt tasks.Represents Bamboo task which executes Gulp tasks.Represents a task that injects Bamboo variables from a file in a simple "key=value" format.Automatically update Plan dependencies by analysing the Maven pom file with every build.Maven 2/3 build task builder.Deprecated.Runs Mocha tests using 'mocha-bamboo-reporter'.Represents task that runs MSBuild command.Represents a generic task that executes a Node.js script.Runs Nodeunit tests.Represents task that executes an npm command.Executes, parses and displays NUnit test results.Represents task that runs scp command.Represents a task that executes shell script.Represents a task to run a remote command over SSH.Represents task that parses test results for presentation in Bamboo build results.Task which creates a new branch in a repository.Represents task that checks out selected repositories to the build working directory.This task will commit all local changes to a repository.Task which creates a new tag in a repository. -
-
TestParserTask.createMochaParserTask()