org.jenkinsci.plugins.envinject
Class EnvInjectInfo
java.lang.Object
org.jenkinsci.plugins.envinject.EnvInjectInfo
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EnvInjectJobPropertyInfo
public class EnvInjectInfo
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Constructor Summary |
EnvInjectInfo(java.lang.String propertiesFilePath,
java.lang.String propertiesContent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertiesFilePath
protected java.lang.String propertiesFilePath
propertiesContent
protected java.lang.String propertiesContent
populateTriggerCause
@Deprecated
protected transient boolean populateTriggerCause
- Deprecated.
EnvInjectInfo
@DataBoundConstructor
public EnvInjectInfo(java.lang.String propertiesFilePath,
java.lang.String propertiesContent)
getPropertiesFilePath
public java.lang.String getPropertiesFilePath()
getPropertiesContent
public java.lang.String getPropertiesContent()
getPropertiesContentMap
public java.util.Map<java.lang.String,java.lang.String> getPropertiesContentMap()
fixCrLf
protected java.lang.String fixCrLf(java.lang.String s)
- Fix CR/LF and always make it Unix style.
Copyright © 2004-2012. All Rights Reserved.