org.jenkinsci.plugins.configfiles.buildwrapper
Class ManagedFilesEnvironment
java.lang.Object
hudson.model.Environment
org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFilesEnvironment
public class ManagedFilesEnvironment
- extends hudson.model.Environment
Builds the environment to provide config files. It copies the configured
files to the required locations and deletes all temp files after execution.
- Author:
- domi
|
Method Summary |
void |
buildEnvVars(java.util.Map<java.lang.String,java.lang.String> env)
|
boolean |
tearDown(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
|
| 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 |
ManagedFilesEnvironment
public ManagedFilesEnvironment(java.util.Map<ManagedFile,hudson.FilePath> file2Path)
buildEnvVars
public void buildEnvVars(java.util.Map<java.lang.String,java.lang.String> env)
- Overrides:
buildEnvVars in class hudson.model.Environment
tearDown
public boolean tearDown(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
- Overrides:
tearDown in class hudson.model.Environment
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2004-2011. All Rights Reserved.