Uses of Class
com.atlassian.bamboo.specs.api.builders.task.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
Modifier and TypeMethodDescriptionEnvironment.finalTasks
(@NotNull Task<?, ?>... finalTasks) Adds providedTask
s to the list of the final tasks executed by the environment.Adds providedTask
s to the list of tasks executed by the environment. -
Uses of Task in com.atlassian.bamboo.specs.api.builders.plan
-
Uses of Task in com.atlassian.bamboo.specs.api.builders.task
Modifier and TypeClassDescriptionclass
Task<T extends Task<T,
P>, P extends TaskProperties> Represents a Bamboo task. -
Uses of Task in com.atlassian.bamboo.specs.builders.task
Modifier and TypeClassDescriptionclass
AbstractDockerRegistryTask<T extends AbstractDockerRegistryTask<T>>
Class containing common parts to Docker tasks which operates on Docker registry, likeDockerPushImageTask
orDockerPullImageTask
.class
AbstractDockerTask<T extends AbstractDockerTask<T,
P>, P extends AbstractDockerTaskProperties> Generic Docker task.class
Ant build task builder.class
Represents task that downloads artifacts created by other jobs and plans.class
BaseNodeTask<B extends BaseNodeTask<B,
P>, P extends BaseNodeTaskProperties> Base class for Node.js related tasks.class
BaseSshTask<T extends BaseSshTask<T,
E>, E extends BaseSshTaskProperties> class
BaseVcsTask<T extends BaseVcsTask<T,
E>, E extends BaseVcsTaskProperties> class
Represents Bamboo task which executes Bower package manager for Node.js.class
Represents Bamboo task which scans logs and files for build warnings.class
Represents a task that cleans build's working directory.class
Represents a task that executes a command.class
Task to build docker image.class
Pulls docker image from the docker registry.class
Pushes docker image to the docker registry.class
Task used to run a Docker container.class
Represents a task that dumps Bamboo variables to log when task is run on agent.class
Fastlane build task builder.class
Represents Bamboo task which executes Grunt tasks.class
Represents Bamboo task which executes Gulp tasks.class
Represents a task that injects Bamboo variables from a file in a simple "key=value" format.class
Automatically update Plan dependencies by analysing the Maven pom file with every build.class
Maven 2/3 build task builder.class
Deprecated.class
Runs Mocha tests using 'mocha-bamboo-reporter'.class
Represents task that runs MSBuild command.class
Represents a generic task that executes a Node.js script.class
Runs Nodeunit tests.class
Represents task that executes an npm command.class
Executes, parses and displays NUnit test results.class
Represents task that runs scp command.class
Represents a task that executes shell script.class
Represents a task to run a remote command over SSH.class
Represents task that parses test results for presentation in Bamboo build results.class
Task which creates a new branch in a repository.class
Represents task that checks out selected repositories to the build working directory.class
This task will commit all local changes to a repository.class
This task will push commits created locally by other tasks to the remote repository.class
Task which creates a new tag in a repository.
TestParserTask.createMochaParserTask()