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(String name)
Requests downloading a specific artifact.
|
protected DownloadItemProperties |
build() |
DownloadItem |
path(String path)
Specifies the path artifact should be downloaded to.
|
public DownloadItem allArtifacts(boolean allArtifacts)
public DownloadItem artifact(@NotNull String name)
public DownloadItem path(@NotNull String path)
protected DownloadItemProperties build()
build
in class EntityPropertiesBuilder<DownloadItemProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.