Package com.netflix.spinnaker.config
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 java.lang.ObjectCustomFileDownloaderconfiguration.
-
-
Constructor Summary
Constructors Constructor Description FileDownloaderProperties()
-
-
-
Field Detail
-
className
public java.lang.String className
The fully qualified class name of the FileDownloader to use.
-
config
public java.lang.Object config
The configuration for the FileDownloader.If defined, the FileDownloader must use the
Configurableannotation to inform the plugin framework how to cast the configuration for injection.
-
-