Uses of Class
org.jenkinsci.lib.configprovider.model.Config
Package
Description
-
Uses of Config in org.jenkinsci.lib.configprovider
Modifier and TypeMethodDescriptionConfigProvider.getConfigById
(String configId) Deprecated.ConfigProvider.newConfig()
Deprecated.Returns a newConfig
object.Modifier and TypeMethodDescriptionConfigProvider.getAllConfigs()
Deprecated.UseConfigFiles.getConfigsInContext(ItemGroup, Class)
instead.AbstractConfigProviderImpl.getConfigs()
Deprecated.Modifier 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
-
Uses of Config in org.jenkinsci.plugins.configfiles
Modifier 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.Modifier and TypeMethodDescriptionModifier 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()
Modifier and TypeMethodDescriptionint
int
void
void
-
Uses of Config in org.jenkinsci.plugins.configfiles.custom
Modifier 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
Modifier and TypeMethodDescriptionFolderConfigFileProperty.getConfigs()
FolderConfigFileProperty.getConfigs
(Class<? extends Descriptor> descriptor) FolderConfigFileAction.getGroupedConfigs()
FolderConfigFileProperty.getGroupedConfigs()
-
Uses of Config in org.jenkinsci.plugins.configfiles.groovy
-
Uses of Config in org.jenkinsci.plugins.configfiles.json
Modifier and TypeClassDescriptionclass
A config/provider to handle the special case of a Json file -
Uses of Config in org.jenkinsci.plugins.configfiles.maven
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionModifier 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
Modifier and TypeMethodDescriptionModifier 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
ConfigFiles.getByIdOrNull(hudson.model.ItemGroup, java.lang.String)
instead.