Uses of Class
com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
-
Packages that use ArtifactDownloaderTask Package Description com.atlassian.bamboo.specs.builders.task 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 ArtifactDownloaderTask Modifier and Type Method Description ArtifactDownloaderTaskArtifactDownloaderTask. artifacts(@NotNull DownloadItem... artifacts)Adds download requests.ArtifactDownloaderTaskArtifactDownloaderTask. sourcePlan(@NotNull PlanIdentifier planIdentifier)Specifies the plan that is the source of the artifacts.
-