org.jenkinsci.lib.envinject.service
Class EnvInjectSaveable

java.lang.Object
  extended by org.jenkinsci.lib.envinject.service.EnvInjectSaveable

public class EnvInjectSaveable
extends Object

Author:
Gregory Boissinot

Constructor Summary
EnvInjectSaveable()
           
 
Method Summary
 Map<String,String> getEnvironment(File envInjectBaseDir)
           
 void saveEnvironment(File rootDir, Map<String,String> envMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectSaveable

public EnvInjectSaveable()
Method Detail

getEnvironment

public Map<String,String> getEnvironment(File envInjectBaseDir)
                                  throws EnvInjectException
Throws:
EnvInjectException

saveEnvironment

public void saveEnvironment(File rootDir,
                            Map<String,String> envMap)
                     throws EnvInjectException
Throws:
EnvInjectException


Copyright © 2004-2012. All Rights Reserved.