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  List<String> globalPropertiesFilePathNames
           
protected  boolean populateTriggerCause
           
protected  String propertiesContent
           
protected  String propertiesFilePath
           
 
Constructor Summary
EnvInjectInfo(String propertiesFilePath, String propertiesContent)
           
 
Method Summary
 String getPropertiesContent()
           
 String getPropertiesFilePath()
           
 boolean isPopulateTriggerCause()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalPropertiesFilePathNames

protected List<String> globalPropertiesFilePathNames

propertiesFilePath

protected String propertiesFilePath

propertiesContent

protected String propertiesContent

populateTriggerCause

protected transient boolean populateTriggerCause
Constructor Detail

EnvInjectInfo

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

getPropertiesFilePath

public String getPropertiesFilePath()

getPropertiesContent

public String getPropertiesContent()

isPopulateTriggerCause

@Deprecated
public boolean isPopulateTriggerCause()
Deprecated. 



Copyright © 2004-2012. All Rights Reserved.