Uses of Class
com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
Packages that use ArtifactDownloaderTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of ArtifactDownloaderTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return ArtifactDownloaderTaskModifier and TypeMethodDescriptionArtifactDownloaderTask.artifacts(@NotNull DownloadItem... artifacts) Adds download requests.ArtifactDownloaderTask.customBranch(@NotNull String customBranch) Specifies the plan branch name of the source plan from which the artifact must be taken.ArtifactDownloaderTask.matchByBranchName()Activates the match-plan-branches-by-name mode by cleaning eventual "customBranch" setting.ArtifactDownloaderTask.sourcePlan(@NotNull PlanIdentifier planIdentifier) Specifies the plan that is the source of the artifacts.