Uses of Class
com.atlassian.bamboo.specs.builders.task.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
Modifier 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 should be taken.ArtifactDownloaderTask.matchByBranchName()
Disables indicating branch source by customBranch, Artifact Downloader will work by default, tries to match by branch name otherwise it'll take an artifact from master.ArtifactDownloaderTask.sourcePlan
(@NotNull PlanIdentifier planIdentifier) Specifies the plan that is the source of the artifacts.