org.jenkinsci.plugins.envinject
Class EnvInjectInfo

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

Field Summary
protected  boolean populateTriggerCause
          Deprecated. 
protected  String propertiesContent
           
protected  String propertiesFilePath
           
 
Constructor Summary
EnvInjectInfo(String propertiesFilePath, String propertiesContent)
           
 
Method Summary
 String getPropertiesContent()
           
 Map<String,String> getPropertiesContentMap()
           
 String getPropertiesFilePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertiesFilePath

protected String propertiesFilePath

propertiesContent

protected String propertiesContent

populateTriggerCause

@Deprecated
protected transient boolean populateTriggerCause
Deprecated. 
Constructor Detail

EnvInjectInfo

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

getPropertiesFilePath

public String getPropertiesFilePath()

getPropertiesContent

public String getPropertiesContent()

getPropertiesContentMap

public Map<String,String> getPropertiesContentMap()


Copyright © 2004-2012. All Rights Reserved.