org.jenkinsci.plugins.envinject
Class EnvInjectInfo
java.lang.Object
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
Constructor Summary |
EnvInjectInfo(java.lang.String propertiesFilePath,
java.lang.String propertiesContent,
boolean populateTriggerCause)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertiesFilePath
protected java.lang.String propertiesFilePath
propertiesContent
protected java.lang.String propertiesContent
populateTriggerCause
protected boolean populateTriggerCause
EnvInjectInfo
@DataBoundConstructor
public EnvInjectInfo(java.lang.String propertiesFilePath,
java.lang.String propertiesContent,
boolean populateTriggerCause)
getPropertiesFilePath
public java.lang.String getPropertiesFilePath()
getPropertiesContent
public java.lang.String getPropertiesContent()
isPopulateTriggerCause
public boolean isPopulateTriggerCause()
Copyright © 2004-2011. All Rights Reserved.