|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config | |
|---|---|
| org.jenkinsci.lib.configprovider | |
| Uses of Config in org.jenkinsci.lib.configprovider |
|---|
| Fields in org.jenkinsci.lib.configprovider with type parameters of type Config | |
|---|---|
protected java.util.Map<java.lang.String,Config> |
AbstractConfigProviderImpl.configs
|
| Methods in org.jenkinsci.lib.configprovider that return Config | |
|---|---|
abstract Config |
ConfigProvider.getConfigById(java.lang.String configId)
Returns the config item identified by this id. |
Config |
AbstractConfigProviderImpl.getConfigById(java.lang.String configId)
|
abstract Config |
ConfigProvider.newConfig()
Returns a new Config object with a unique id, starting with the id of this provider - separated by '.'. |
Config |
AbstractConfigProviderImpl.newConfig()
|
| Methods in org.jenkinsci.lib.configprovider that return types with arguments of type Config | |
|---|---|
abstract java.util.Collection<Config> |
ConfigProvider.getAllConfigs()
returns all the configs of this provider |
java.util.Collection<Config> |
AbstractConfigProviderImpl.getAllConfigs()
|
| Methods in org.jenkinsci.lib.configprovider with parameters of type Config | |
|---|---|
abstract void |
ConfigProvider.save(Config config)
save the content of the given config. |
void |
AbstractConfigProviderImpl.save(Config config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||