org.jenkinsci.plugins.envinject
Class EnvInjectUIInfo

java.lang.Object
  extended by org.jenkinsci.plugins.envinject.EnvInjectUIInfo
All Implemented Interfaces:
Serializable

public class EnvInjectUIInfo
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectUIInfo(boolean on, String propertiesFilePath, String propertiesContent, String scriptFilePath, String scriptContent, boolean keepSystemVariables)
           
 
Method Summary
 String getPropertiesContent()
           
 String getPropertiesFilePath()
           
 String getScriptContent()
           
 String getScriptFilePath()
           
 boolean isKeepSystemVariables()
           
 boolean isOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectUIInfo

@DataBoundConstructor
public EnvInjectUIInfo(boolean on,
                                            String propertiesFilePath,
                                            String propertiesContent,
                                            String scriptFilePath,
                                            String scriptContent,
                                            boolean keepSystemVariables)
Method Detail

isOn

public boolean isOn()

getPropertiesFilePath

public String getPropertiesFilePath()

getPropertiesContent

public String getPropertiesContent()

getScriptFilePath

public String getScriptFilePath()

getScriptContent

public String getScriptContent()

isKeepSystemVariables

public boolean isKeepSystemVariables()


Copyright © 2004-2011. All Rights Reserved.