public class DownloadItem extends EntityPropertiesBuilder<DownloadItemProperties>
| Constructor and Description |
|---|
DownloadItem() |
| Modifier and Type | Method and Description |
|---|---|
DownloadItem |
allArtifacts(boolean allArtifacts)
Requests downloading all the artifacts provided by the source plan.
|
DownloadItem |
artifact(@NotNull String name)
Requests downloading a specific artifact.
|
protected DownloadItemProperties |
build() |
DownloadItem |
path(@NotNull String path)
Specifies the path artifact should be downloaded to.
|
public DownloadItem allArtifacts(boolean allArtifacts)
public DownloadItem artifact(@NotNull @NotNull String name)
public DownloadItem path(@NotNull @NotNull String path)
protected DownloadItemProperties build()
build in class EntityPropertiesBuilder<DownloadItemProperties>Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.