Extension Points defined in Config File Provider Plugin

ConfigProvider

A ConfigProvider represents a configuration file (such as Maven's settings.xml) where the user can choose its actual content among several {@linkplain Config concrete contents} that are pre-configured.

ConfigProvider is an extension point, and should be implemented and instantiated by each kind of configuration. This abstraction doesn't define where the configuration is placed, or how/when it's used — those semantics should be introduced by a specific instance of ConfigProvider . </p>

Implementations:

GlobalConfigFiles

ConfigFileStore holding config files saved on top level (Jenkins instance).

Created by domi on 17/09/16. </p>

Implementations:

(no known implementations)

ManagedFile

This extension point has no Javadoc documentation.

Implementations:

(no known implementations)