Class DownloadItem

    • Constructor Detail

      • DownloadItem

        public DownloadItem()
    • Method Detail

      • allArtifacts

        public DownloadItem allArtifacts​(boolean allArtifacts)
        Requests downloading all the artifacts provided by the source plan. If specific artifact was selected, the selection is removed.
      • artifact

        public DownloadItem artifact​(@NotNull
                                     @NotNull String name)
        Requests downloading a specific artifact. Sets "allArtifacts" to false.
      • path

        public DownloadItem path​(@NotNull
                                 @NotNull String path)
        Specifies the path artifact should be downloaded to. The path can be both absolute and relative to the build working directory. Empty by default.