Class PluginsConfigurationProperties.PluginRepositoryProperties.FileDownloaderProperties

java.lang.Object
com.netflix.spinnaker.config.PluginsConfigurationProperties.PluginRepositoryProperties.FileDownloaderProperties
Enclosing class:
PluginsConfigurationProperties.PluginRepositoryProperties

public static class PluginsConfigurationProperties.PluginRepositoryProperties.FileDownloaderProperties extends Object
Custom FileDownloader configuration.
  • Field Details

    • className

      public String className
      The fully qualified class name of the FileDownloader to use.
    • config

      public Object config
      The configuration for the FileDownloader.

      If defined, the FileDownloader must use the Configurable annotation to inform the plugin framework how to cast the configuration for injection.

  • Constructor Details

    • FileDownloaderProperties

      public FileDownloaderProperties()