Class EnvInjectSavable
java.lang.Object
org.jenkinsci.lib.envinject.service.EnvInjectSavable
@Deprecated
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class EnvInjectSavable
extends Object
Deprecated.
The actual version of this API class is located in EnvInject API Plugin
- Author:
- Gregory Boissinot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnvironment(File envInjectBaseDir) Deprecated.voidsaveEnvironment(File rootDir, Map<String, String> envMap) Deprecated.
-
Constructor Details
-
EnvInjectSavable
public EnvInjectSavable()Deprecated.
-
-
Method Details
-
getEnvironment
Deprecated.- Throws:
EnvInjectException
-
saveEnvironment
public void saveEnvironment(@NonNull File rootDir, @NonNull Map<String, String> envMap) throws EnvInjectExceptionDeprecated.- Throws:
EnvInjectException
-