Uses of Class
com.atlassian.bamboo.specs.model.task.DownloadItemProperties
Packages that use DownloadItemProperties
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Tasks you can execute in a job.
-
Uses of DownloadItemProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return DownloadItemProperties -
Uses of DownloadItemProperties in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return types with arguments of type DownloadItemPropertiesConstructor parameters in com.atlassian.bamboo.specs.model.task with type arguments of type DownloadItemPropertiesModifierConstructorDescriptionArtifactDownloaderTaskProperties
(@Nullable String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull String customBranch, @NotNull List<DownloadItemProperties> artifacts, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)