org.jenkinsci.lib.envinject.service
Class EnvInjectSaveable

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

public class EnvInjectSaveable
extends java.lang.Object

Author:
Gregory Boissinot

Constructor Summary
EnvInjectSaveable()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getEnvironment(java.io.File envInjectBaseDir)
           
 void saveEnvironment(java.io.File rootDir, java.util.Map<java.lang.String,java.lang.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 java.util.Map<java.lang.String,java.lang.String> getEnvironment(java.io.File envInjectBaseDir)
                                                                throws EnvInjectException
Throws:
EnvInjectException

saveEnvironment

public void saveEnvironment(java.io.File rootDir,
                            java.util.Map<java.lang.String,java.lang.String> envMap)
                     throws EnvInjectException
Throws:
EnvInjectException


Copyright © 2004-2012. All Rights Reserved.