Extension Points defined in Config File Provider Plugin

This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc.

ConfigContextResolver

jenkinsdoc:config-file-provider:org.jenkinsci.plugins.configfiles.ConfigContextResolver]

ConfigContextResolver provides a way for a plugin to specify the context ( jenkinsdoc:ItemGroup] ) used to retrieve configuration files from for classes deriving from jenkinsdoc:ItemGroup] it defines.

Implementations:

ConfigProvider

jenkinsdoc:config-file-provider:org.jenkinsci.lib.configprovider.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.

jenkinsdoc: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 jenkinsdoc:ConfigProvider] .</p>

Implementations:

ManagedFile

jenkinsdoc:config-file-provider:org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile]

This extension point has no Javadoc documentation.

Implementations:

(no known implementations)