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

Constructor Summary
EnvInjectInfo(String propertiesFilePath, String propertiesContent)
           
 
Method Summary
 String getPropertiesContent()
           
 String getPropertiesFilePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectInfo

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

getPropertiesFilePath

public String getPropertiesFilePath()

getPropertiesContent

public String getPropertiesContent()


Copyright © 2004-2011. All Rights Reserved.