org.jenkinsci.plugins.envinject
Class EnvInjectJobPropertyInfo
java.lang.Object
org.jenkinsci.plugins.envinject.EnvInjectInfo
org.jenkinsci.plugins.envinject.EnvInjectJobPropertyInfo
- All Implemented Interfaces:
- Serializable
public class EnvInjectJobPropertyInfo
- extends EnvInjectInfo
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvInjectJobPropertyInfo
@DataBoundConstructor
public EnvInjectJobPropertyInfo(String propertiesFilePath,
String propertiesContent,
String scriptFilePath,
String scriptContent,
boolean loadFilesFromMaster)
getScriptFilePath
public String getScriptFilePath()
getScriptContent
public String getScriptContent()
isLoadFilesFromMaster
public boolean isLoadFilesFromMaster()
Copyright © 2004-2012. All Rights Reserved.