Package com.netflix.spinnaker.config
Class PluginsConfigurationProperties
java.lang.Object
com.netflix.spinnaker.config.PluginsConfigurationProperties
Root-level configuration properties for plugins.
These properties are mapped using a Binder because they are needed before the
ConfigurationPropertiesBindingPostProcessor
has run.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDefinition of a singleUpdateRepository. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetEnableDefaultRepositories(boolean enableDefaultRepositories) voidsetPluginsRootPath(String pluginsRootPath)
-
Field Details
-
CONFIG_NAMESPACE
- See Also:
-
DEFAULT_ROOT_PATH
- See Also:
-
FRONT5O_REPOSITORY
- See Also:
-
SPINNAKER_OFFICIAL_REPOSITORY
- See Also:
-
SPINNAKER_COMMUNITY_REPOSITORY
- See Also:
-
repositories
A definition of repositories for use in plugin downloads.The key of this map is the name of the repository.
-
-
Constructor Details
-
PluginsConfigurationProperties
public PluginsConfigurationProperties()
-
-
Method Details
-
getPluginsRootPath
-
setPluginsRootPath
-
isEnableDefaultRepositories
public boolean isEnableDefaultRepositories() -
setEnableDefaultRepositories
public void setEnableDefaultRepositories(boolean enableDefaultRepositories)
-