Uses of Class
com.atlassian.bamboo.specs.model.task.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
-
Uses of DownloadItemProperties in com.atlassian.bamboo.specs.model.task
ModifierConstructorDescriptionArtifactDownloaderTaskProperties
(@Nullable String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull String customBranch, @NotNull List<DownloadItemProperties> artifacts, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)