Uses of Class
com.atlassian.bamboo.specs.model.task.DownloadItemProperties
-
Packages that use DownloadItemProperties Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.model.task 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 Modifier and Type Method Description protected DownloadItemPropertiesDownloadItem. build() -
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 DownloadItemProperties Modifier and Type Method Description java.util.List<DownloadItemProperties>ArtifactDownloaderTaskProperties. getArtifacts()Constructor parameters in com.atlassian.bamboo.specs.model.task with type arguments of type DownloadItemProperties Constructor Description ArtifactDownloaderTaskProperties(@Nullable java.lang.String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull java.util.List<DownloadItemProperties> artifacts, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-