Class DownloadConfig


  • public class DownloadConfig
    extends Object
    Download protocol from gerrit.config.

    Only used to configure the built-in set of schemes and commands in the core download-commands plugin; not used by other plugins.

    • Method Detail

      • getDownloadSchemes

        public com.google.common.collect.ImmutableSet<String> getDownloadSchemes()
        Scheme used to download.
      • getArchiveFormats

        public com.google.common.collect.ImmutableSet<ArchiveFormatInternal> getArchiveFormats()
        Archive formats for downloading.