org.jenkinsci.plugins.envinject
Class EnvInjectInfo
java.lang.Object
org.jenkinsci.plugins.envinject.EnvInjectInfo
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EnvInjectJobPropertyInfo
public class EnvInjectInfo
- 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 |
propertiesFilePath
protected String propertiesFilePath
propertiesContent
protected String propertiesContent
populateTriggerCause
@Deprecated
protected transient boolean populateTriggerCause
- Deprecated.
EnvInjectInfo
@DataBoundConstructor
public EnvInjectInfo(String propertiesFilePath,
String propertiesContent)
getPropertiesFilePath
public String getPropertiesFilePath()
getPropertiesContent
public String getPropertiesContent()
getPropertiesContentMap
public Map<String,String> getPropertiesContentMap()
Copyright © 2004-2012. All Rights Reserved.