org.jenkinsci.plugins.envinject
Class EnvInjectUIInfo
java.lang.Object
org.jenkinsci.plugins.envinject.EnvInjectUIInfo
- All Implemented Interfaces:
- Serializable
public class EnvInjectUIInfo
- extends Object
- implements Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvInjectUIInfo
@DataBoundConstructor
public EnvInjectUIInfo(boolean on,
String propertiesFilePath,
String propertiesContent,
String scriptFilePath,
String scriptContent,
boolean keepSystemVariables)
isOn
public boolean isOn()
getPropertiesFilePath
public String getPropertiesFilePath()
getPropertiesContent
public String getPropertiesContent()
getScriptFilePath
public String getScriptFilePath()
getScriptContent
public String getScriptContent()
isKeepSystemVariables
public boolean isKeepSystemVariables()
Copyright © 2004-2011. All Rights Reserved.