Uses of Class
io.jenkins.plugins.globalyamlproperties.Config
-
Packages that use Config Package Description io.jenkins.plugins.globalyamlproperties -
-
Uses of Config in io.jenkins.plugins.globalyamlproperties
Methods in io.jenkins.plugins.globalyamlproperties that return Config Modifier and Type Method Description Config
GlobalYAMLPropertiesConfiguration. getConfigByName(String name)
Config
GlobalYAMLPropertiesConfiguration. getDefaultConfig()
Methods in io.jenkins.plugins.globalyamlproperties that return types with arguments of type Config Modifier and Type Method Description List<Config>
GlobalYAMLPropertiesConfiguration. getConfigs()
List<Config>
GlobalYAMLPropertiesConfiguration. getConfigsByCategory(String category)
Method parameters in io.jenkins.plugins.globalyamlproperties with type arguments of type Config Modifier and Type Method Description void
GlobalYAMLPropertiesConfiguration. setConfigs(List<Config> configs)
-