org.jenkinsci.plugins.envinject
Class EnvInjectVarList

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

@ExportedBean
public class EnvInjectVarList
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectVarList(Map<String,String> envMap)
           
 
Method Summary
 hudson.model.Api getApi()
           
 Map<String,String> getEnvMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectVarList

public EnvInjectVarList(Map<String,String> envMap)
Method Detail

getEnvMap

@Exported
public Map<String,String> getEnvMap()

getApi

public hudson.model.Api getApi()


Copyright © 2004-2011. All Rights Reserved.