| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DownloadItem |
DownloadItem.allArtifacts(boolean allArtifacts)
Requests downloading all the artifacts provided by the source plan.
|
DownloadItem |
DownloadItem.artifact(String name)
Requests downloading a specific artifact.
|
DownloadItem |
DownloadItem.path(String path)
Specifies the path artifact should be downloaded to.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactDownloaderTask |
ArtifactDownloaderTask.artifacts(DownloadItem... artifacts)
Adds download requests.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.