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 com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties sourcePlan, @NotNull List<DownloadItemProperties> artifacts, @NotNull List<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions)