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 Object
Custom
FileDownloader configuration.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
The fully qualified class name of the FileDownloader to use. -
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.
-
-
Constructor Details
-
FileDownloaderProperties
public FileDownloaderProperties()
-