Uses of Class
org.jenkinsci.lib.configprovider.model.Config

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  Map<String,Config> AbstractConfigProviderImpl.configs
           
 

Methods in org.jenkinsci.lib.configprovider that return Config
abstract  Config ConfigProvider.getConfigById(String configId)
          Returns the config item identified by this id.
 Config AbstractConfigProviderImpl.getConfigById(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  Collection<Config> ConfigProvider.getAllConfigs()
          returns all the configs of this provider
 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)
           
 



Copyright © 2004-2013. All Rights Reserved.