org.jenkinsci.plugins.envinject
Class EnvInjectInfo

java.lang.Object
  extended by 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

Field Summary
protected  boolean populateTriggerCause
          Deprecated. 
protected  java.lang.String propertiesContent
           
protected  java.lang.String propertiesFilePath
           
 
Constructor Summary
EnvInjectInfo(java.lang.String propertiesFilePath, java.lang.String propertiesContent)
           
 
Method Summary
protected  java.lang.String fixCrLf(java.lang.String s)
          Fix CR/LF and always make it Unix style.
 java.lang.String getPropertiesContent()
           
 java.util.Map<java.lang.String,java.lang.String> getPropertiesContentMap()
           
 java.lang.String getPropertiesFilePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertiesFilePath

protected java.lang.String propertiesFilePath

propertiesContent

protected java.lang.String propertiesContent

populateTriggerCause

@Deprecated
protected transient boolean populateTriggerCause
Deprecated. 
Constructor Detail

EnvInjectInfo

@DataBoundConstructor
public EnvInjectInfo(java.lang.String propertiesFilePath,
                                          java.lang.String propertiesContent)
Method Detail

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.