Class JReleaserDownloadOperation


public class JReleaserDownloadOperation extends AbstractJReleaserModelOperation<JReleaserDownloadOperation>
Download assets.
  • Constructor Details

    • JReleaserDownloadOperation

      public JReleaserDownloadOperation()
  • Method Details

    • downloaderByType

      public JReleaserDownloadOperation downloaderByType(String downloader)
      Includes the given downloader by type.
      Parameters:
      downloader - the downloader type
      Returns:
      this operation instance
    • excludeDownloaderByType

      public JReleaserDownloadOperation excludeDownloaderByType(String downloader)
      Excludes the given downloader by type.
      Parameters:
      downloader - the downloader type
      Returns:
      this operation instance
    • downloaderByName

      public JReleaserDownloadOperation downloaderByName(String name)
      Includes the given downloader by name.
      Parameters:
      name - the downloader name
      Returns:
      this operation instance
    • excludeDownloaderByName

      public JReleaserDownloadOperation excludeDownloaderByName(String name)
      Excludes the given downloader by name.
      Parameters:
      name - the downloader name
      Returns:
      this operation instance