Uses of Class
org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile

Packages that use ManagedFile
org.jenkinsci.plugins.configfiles.buildwrapper   
 

Uses of ManagedFile in org.jenkinsci.plugins.configfiles.buildwrapper
 

Methods in org.jenkinsci.plugins.configfiles.buildwrapper that return types with arguments of type ManagedFile
 List<ManagedFile> ConfigFileBuildWrapper.getManagedFiles()
           
static Map<ManagedFile,hudson.FilePath> ManagedFileUtil.provisionConfigFiles(List<ManagedFile> managedFiles, hudson.FilePath workSpace, PrintStream logger)
          provisions (publishes) the given files to the workspace.
 

Method parameters in org.jenkinsci.plugins.configfiles.buildwrapper with type arguments of type ManagedFile
static Map<ManagedFile,hudson.FilePath> ManagedFileUtil.provisionConfigFiles(List<ManagedFile> managedFiles, hudson.FilePath workSpace, PrintStream logger)
          provisions (publishes) the given files to the workspace.
 

Constructor parameters in org.jenkinsci.plugins.configfiles.buildwrapper with type arguments of type ManagedFile
ConfigFileBuildWrapper.ManagedFilesEnvironment(Map<ManagedFile,hudson.FilePath> file2Path)
           
ConfigFileBuildWrapper(List<ManagedFile> managedFiles)
           
 



Copyright © 2004-2012. All Rights Reserved.