Uses of Class
org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile
Packages that use ManagedFile
Package
Description
-
Uses of ManagedFile in org.jenkinsci.plugins.configfiles.builder
Methods in org.jenkinsci.plugins.configfiles.builder that return types with arguments of type ManagedFileConstructor parameters in org.jenkinsci.plugins.configfiles.builder with type arguments of type ManagedFile -
Uses of ManagedFile in org.jenkinsci.plugins.configfiles.buildwrapper
Methods in org.jenkinsci.plugins.configfiles.buildwrapper that return types with arguments of type ManagedFileModifier and TypeMethodDescriptionManagedFile.getDescriptor()
ConfigFileBuildWrapper.getManagedFiles()
static Map<ManagedFile,
FilePath> ManagedFileUtil.provisionConfigFiles
(List<ManagedFile> managedFiles, EnvVars env, Run<?, ?> build, FilePath workspace, TaskListener listener, List<String> tempFiles) provisions (publishes) the given files to the workspace.static Map<ManagedFile,
FilePath> ManagedFileUtil.provisionConfigFiles
(List<ManagedFile> managedFiles, Run<?, ?> build, FilePath workspace, TaskListener listener, List<String> tempFiles) Deprecated.Use method that provides 'env' instead.Method parameters in org.jenkinsci.plugins.configfiles.buildwrapper with type arguments of type ManagedFileModifier and TypeMethodDescriptionstatic Map<ManagedFile,
FilePath> ManagedFileUtil.provisionConfigFiles
(List<ManagedFile> managedFiles, EnvVars env, Run<?, ?> build, FilePath workspace, TaskListener listener, List<String> tempFiles) provisions (publishes) the given files to the workspace.static Map<ManagedFile,
FilePath> ManagedFileUtil.provisionConfigFiles
(List<ManagedFile> managedFiles, Run<?, ?> build, FilePath workspace, TaskListener listener, List<String> tempFiles) Deprecated.Use method that provides 'env' instead.Constructor parameters in org.jenkinsci.plugins.configfiles.buildwrapper with type arguments of type ManagedFile -
Uses of ManagedFile in org.jenkinsci.plugins.configfiles.common
Constructor parameters in org.jenkinsci.plugins.configfiles.common with type arguments of type ManagedFile