See: Description
| Class | Description |
|---|---|
| AbstractDockerRegistryTask<T extends AbstractDockerRegistryTask<T>> |
Class containing common parts to Docker tasks which operates on Docker registry, like
DockerPushImageTask or
DockerPullImageTask. |
| AbstractDockerTask<T extends AbstractDockerTask<T,P>,P extends AbstractDockerTaskProperties> |
Generic Docker task.
|
| AntTask |
Ant build task builder.
|
| ArtifactDownloaderTask |
Represents task that downloads artifacts created by other jobs and plans.
|
| ArtifactItem |
Represents an artifact or group of artifacts, obtained using one of the following methods.
|
| BaseNodeTask<B extends BaseNodeTask<B,P>,P extends BaseNodeTaskProperties> |
Base class for Node.js related tasks.
|
| BaseSshTask<T extends BaseSshTask<T,E>,E extends BaseSshTaskProperties> | |
| BowerTask |
Represents Bamboo task which executes Bower package manager for Node.js.
|
| CheckoutItem |
Represents a single checkout request.
|
| CleanWorkingDirectoryTask |
Represents a task that cleans build's working directory.
|
| CommandTask |
Represents a task that executes a command.
|
| DockerBuildImageTask |
Task to build docker image.
|
| DockerPullImageTask |
Pulls docker image from the docker registry.
|
| DockerPushImageTask |
Pushes docker image to the docker registry.
|
| DockerRunContainerTask |
Task used to run a Docker container.
|
| DownloadItem |
Represents a single download request.
|
| DumpVariablesTask |
Represents a task that dumps Bamboo variables to log when task is run on agent.
|
| FastlaneTask |
Fastlane build task builder.
|
| GruntTask |
Represents Bamboo task which executes Grunt tasks.
|
| GulpTask |
Represents Bamboo task which executes Gulp tasks.
|
| InjectVariablesTask |
Represents a task that injects Bamboo variables from a file in a simple "key=value" format.
|
| MavenDependenciesProcessorTask |
Automatically update Plan dependencies by analysing the Maven pom file with every build.
|
| MavenTask |
Maven 2/3 build task builder.
|
| MochaParserTask | Deprecated
since 6.3 use
TestParserTask.createMochaParserTask() |
| MochaRunnerTask |
Runs Mocha tests using 'mocha-bamboo-reporter'.
|
| MsBuildTask |
Represents task that runs MSBuild command.
|
| NodeTask |
Represents a generic task that executes a Node.js script.
|
| NodeunitTask |
Runs Nodeunit tests.
|
| NpmTask |
Represents task that executes an npm command.
|
| NUnitRunnerTask |
Executes, parses and displays NUnit test results.
|
| ScpTask |
Represents task that runs scp command.
|
| ScriptTask |
Represents a task that executes shell script.
|
| SshTask |
Represents a task to run a remote command over SSH.
|
| TestParserTask |
Represents task that parses test results for presentation in Bamboo build results.
|
| VcsCheckoutTask |
Represents task that checks out selected repositories to the build working directory.
|
| Enum | Description |
|---|---|
| MavenTask.TestDirectoryOption | |
| NUnitRunnerTask.NUnitVersion |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.