org.jenkinsci.plugins.configfiles.buildwrapper
Class ConfigFileBuildWrapper.ManagedFilesEnvironment

java.lang.Object
  extended by hudson.model.Environment
      extended by hudson.tasks.BuildWrapper.Environment
          extended by org.jenkinsci.plugins.configfiles.buildwrapper.ConfigFileBuildWrapper.ManagedFilesEnvironment
Enclosing class:
ConfigFileBuildWrapper

public class ConfigFileBuildWrapper.ManagedFilesEnvironment
extends hudson.tasks.BuildWrapper.Environment


Constructor Summary
ConfigFileBuildWrapper.ManagedFilesEnvironment(Map<ManagedFile,hudson.FilePath> file2Path)
           
 
Method Summary
 void buildEnvVars(Map<String,String> env)
           
 List<hudson.FilePath> getTempFiles()
          Provides access to the files which have to be removed after the build
 
Methods inherited from class hudson.tasks.BuildWrapper.Environment
tearDown, tearDown
 
Methods inherited from class hudson.model.Environment
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigFileBuildWrapper.ManagedFilesEnvironment

public ConfigFileBuildWrapper.ManagedFilesEnvironment(Map<ManagedFile,hudson.FilePath> file2Path)
Method Detail

buildEnvVars

public void buildEnvVars(Map<String,String> env)
Overrides:
buildEnvVars in class hudson.model.Environment

getTempFiles

public List<hudson.FilePath> getTempFiles()
Provides access to the files which have to be removed after the build

Returns:
a list of temp files


Copyright © 2004-2012. All Rights Reserved.