Uses of Class
com.atlassian.bamboo.specs.api.builders.task.Task
Packages that use Task
Package
Description
Deployment project and environments.
Plan, plan branches, stages and jobs.
Generic classes, such as the
AnyTask class for handling tasks unsupported by Bamboo Specs.Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of Task in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type TaskModifier and TypeMethodDescriptionEnvironment.finalTasks(@NotNull Task<?, ?>... finalTasks) Adds providedTasks to the list of the final tasks executed by the environment.Adds providedTasks to the list of tasks executed by the environment. -
Uses of Task in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Task -
Uses of Task in com.atlassian.bamboo.specs.api.builders.task
Classes in com.atlassian.bamboo.specs.api.builders.task with type parameters of type TaskModifier and TypeClassDescriptionclassTask<T extends Task<T,P>, P extends TaskProperties> Represents a Bamboo task.Subclasses of Task in com.atlassian.bamboo.specs.api.builders.task -
Uses of Task in com.atlassian.bamboo.specs.builders.task
Subclasses of Task in com.atlassian.bamboo.specs.builders.taskModifier and TypeClassDescriptionclassAbstractDockerRegistryTask<T extends AbstractDockerRegistryTask<T>>Class containing common parts to Docker tasks which operates on Docker registry, likeDockerPushImageTaskorDockerPullImageTask.classAbstractDockerTask<T extends AbstractDockerTask<T,P>, P extends AbstractDockerTaskProperties> Generic Docker task.classAnt build task builder.classRepresents task that downloads artifacts created by other jobs and plans.classBaseNodeTask<B extends BaseNodeTask<B,P>, P extends BaseNodeTaskProperties> Base class for Node.js related tasks.classBaseSshTask<T extends BaseSshTask<T,E>, E extends BaseSshTaskProperties> classBaseVcsTask<T extends BaseVcsTask<T,E>, E extends BaseVcsTaskProperties> classRepresents Bamboo task which executes Bower package manager for Node.js.classRepresents Bamboo task which scans logs and files for build warnings.classRepresents a task that cleans build's working directory.classRepresents a task that executes a command.classTask to build docker image.classPulls docker image from the docker registry.classPushes docker image to the docker registry.classTask used to run a Docker container.classRepresents a task that dumps Bamboo variables to log when task is run on agent.classFastlane build task builder.classRepresents Bamboo task which executes Grunt tasks.classRepresents Bamboo task which executes Gulp tasks.classRepresents a task that injects Bamboo variables from a file in a simple "key=value" format.classAutomatically update Plan dependencies by analysing the Maven pom file with every build.classMaven 2/3 build task builder.classDeprecated.classRuns Mocha tests using 'mocha-bamboo-reporter'.classRepresents task that runs MSBuild command.classRepresents a generic task that executes a Node.js script.classRuns Nodeunit tests.classRepresents task that executes an npm command.classExecutes, parses and displays NUnit test results.classRepresents task that runs scp command.classRepresents a task that executes shell script.classRepresents a task to run a remote command over SSH.classRepresents task that parses test results for presentation in Bamboo build results.classTask which creates a new branch in a repository.classRepresents task that checks out selected repositories to the build working directory.classThis task will commit all local changes to a repository.classThis task will push commits created locally by other tasks to the remote repository.classTask which creates a new tag in a repository.
TestParserTask.createMochaParserTask()