Uses of Class
org.jenkinsci.lib.configprovider.model.Config
Packages that use Config
Package
Description
-
Uses of Config in org.jenkinsci.lib.configprovider
Fields in org.jenkinsci.lib.configprovider with type parameters of type ConfigMethods in org.jenkinsci.lib.configprovider with type parameters of type ConfigMethods in org.jenkinsci.lib.configprovider that return ConfigModifier and TypeMethodDescriptionConfigProvider.getConfigById
(String configId) Deprecated.ConfigProvider.newConfig()
Deprecated.Returns a newConfig
object.Methods in org.jenkinsci.lib.configprovider that return types with arguments of type ConfigModifier and TypeMethodDescriptionConfigProvider.getAllConfigs()
Deprecated.UseConfigFiles.getConfigsInContext(ItemGroup, Class)
instead.AbstractConfigProviderImpl.getConfigs()
Deprecated.Methods in org.jenkinsci.lib.configprovider with parameters of type ConfigModifier and TypeMethodDescription<T extends Config>
TDeprecated.ConfigProvider.getSensitiveContentForMasking
(Config configFile, Run<?, ?> build) Obtain a list of sensitive Strings to mask for the given provider and build.void
Deprecated.UseGlobalConfigFiles.get().save(Config)
instead.ConfigProvider.supplyContent
(Config configFile, Run<?, ?> build, FilePath workDir, TaskListener listener, List<String> tempFiles) Provide the given content file. -
Uses of Config in org.jenkinsci.lib.configprovider.model
Constructors in org.jenkinsci.lib.configprovider.model with parameters of type Config -
Uses of Config in org.jenkinsci.plugins.configfiles
Methods in org.jenkinsci.plugins.configfiles with type parameters of type ConfigModifier and TypeMethodDescriptionstatic <T extends Config>
TConfigFiles.getByIdOrNull
(ItemGroup itemGroup, String configId) Used to get hold on a single configuration in the given context.static <T extends Config>
TConfigFiles.getByIdOrNull
(Item item, String configId) Used to get hold on a single configuration in the given context.static <T extends Config>
TConfigFiles.getByIdOrNull
(Run<?, ?> build, String configId) Used to get hold on a single configuration in the given context.Methods in org.jenkinsci.plugins.configfiles that return ConfigModifier and TypeMethodDescriptionMethods in org.jenkinsci.plugins.configfiles that return types with arguments of type ConfigModifier and TypeMethodDescriptionConfigFilesManagement.getConfigs()
ConfigFileStore.getConfigs()
ConfigFileStore.getConfigs
(Class<? extends Descriptor> descriptor) GlobalConfigFiles.getConfigs()
GlobalConfigFiles.getConfigs
(Class<? extends Descriptor> descriptor) ConfigFiles.getConfigsInContext
(ItemGroup itemGroup, Class<? extends Descriptor> descriptor) Lists all configurations of the given type which are visible in the context of the provided item group.ConfigFilesManagement.getGroupedConfigs()
ConfigFileStore.getGroupedConfigs()
ConfigFilesUIContract.getGroupedConfigs()
GlobalConfigFiles.getGroupedConfigs()
Methods in org.jenkinsci.plugins.configfiles with parameters of type ConfigModifier and TypeMethodDescriptionint
int
void
void
Method parameters in org.jenkinsci.plugins.configfiles with type arguments of type Config -
Uses of Config in org.jenkinsci.plugins.configfiles.custom
Subclasses of Config in org.jenkinsci.plugins.configfiles.customMethods in org.jenkinsci.plugins.configfiles.custom with parameters of type ConfigModifier and TypeMethodDescriptionAbstractCustomProvider.getSensitiveContentForMasking
(Config configFile, Run<?, ?> build) AbstractCustomProvider.supplyContent
(Config configFile, Run<?, ?> build, FilePath workDir, TaskListener listener, List<String> tempFiles) -
Uses of Config in org.jenkinsci.plugins.configfiles.folder
Methods in org.jenkinsci.plugins.configfiles.folder that return ConfigMethods in org.jenkinsci.plugins.configfiles.folder that return types with arguments of type ConfigModifier and TypeMethodDescriptionFolderConfigFileProperty.getConfigs()
FolderConfigFileProperty.getConfigs
(Class<? extends Descriptor> descriptor) FolderConfigFileAction.getGroupedConfigs()
FolderConfigFileProperty.getGroupedConfigs()
Methods in org.jenkinsci.plugins.configfiles.folder with parameters of type ConfigConstructor parameters in org.jenkinsci.plugins.configfiles.folder with type arguments of type Config -
Uses of Config in org.jenkinsci.plugins.configfiles.groovy
Subclasses of Config in org.jenkinsci.plugins.configfiles.groovyMethods in org.jenkinsci.plugins.configfiles.groovy that return Config -
Uses of Config in org.jenkinsci.plugins.configfiles.json
Subclasses of Config in org.jenkinsci.plugins.configfiles.jsonModifier and TypeClassDescriptionclass
A config/provider to handle the special case of a Json fileMethods in org.jenkinsci.plugins.configfiles.json that return Config -
Uses of Config in org.jenkinsci.plugins.configfiles.maven
Subclasses of Config in org.jenkinsci.plugins.configfiles.mavenModifier and TypeClassDescriptionclass
class
class
Methods in org.jenkinsci.plugins.configfiles.maven that return ConfigModifier and TypeMethodDescriptionMethods in org.jenkinsci.plugins.configfiles.maven with parameters of type ConfigModifier and TypeMethodDescriptionAbstractMavenSettingsProvider.getSensitiveContentForMasking
(Config configFile, Run<?, ?> build) AbstractMavenSettingsProvider.supplyContent
(Config configFile, Run<?, ?> build, FilePath workDir, TaskListener listener, List<String> tempFiles) -
Uses of Config in org.jenkinsci.plugins.configfiles.properties
Subclasses of Config in org.jenkinsci.plugins.configfiles.propertiesMethods in org.jenkinsci.plugins.configfiles.properties that return ConfigModifier and TypeMethodDescriptionMethods in org.jenkinsci.plugins.configfiles.properties with parameters of type ConfigModifier and TypeMethodDescriptionAbstractPropertiesProvider.getSensitiveContentForMasking
(Config configFile, Run<?, ?> build) AbstractPropertiesProvider.supplyContent
(Config configFile, Run<?, ?> build, FilePath workDir, TaskListener listener, List<String> tempFiles) -
Uses of Config in org.jenkinsci.plugins.configfiles.xml
Subclasses of Config in org.jenkinsci.plugins.configfiles.xmlMethods in org.jenkinsci.plugins.configfiles.xml that return Config
ConfigFiles.getByIdOrNull(hudson.model.ItemGroup, java.lang.String)
instead.