Uses of Class
com.atlassian.bamboo.specs.builders.task.DownloadItem
Packages that use DownloadItem
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of DownloadItem in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return DownloadItemModifier and TypeMethodDescriptionDownloadItem.allArtifacts(boolean allArtifacts) Requests downloading all the artifacts provided by the source plan.Requests downloading a specific artifact.Specifies the path artifact should be downloaded to.Methods in com.atlassian.bamboo.specs.builders.task with parameters of type DownloadItemModifier and TypeMethodDescriptionArtifactDownloaderTask.artifacts(@NotNull DownloadItem... artifacts) Adds download requests.