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  java.lang.String propertiesContent
           
protected  java.lang.String propertiesFilePath
           
 
Constructor Summary
EnvInjectInfo(java.lang.String propertiesFilePath, java.lang.String propertiesContent)
           
 
Method Summary
 java.lang.String getPropertiesContent()
           
 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
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()


Copyright © 2004-2011. All Rights Reserved.