org.jenkinsci.plugins.envinject
Class EnvInjectAction

java.lang.Object
  extended by org.jenkinsci.plugins.envinject.EnvInjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

Deprecated.

@Deprecated
public class EnvInjectAction
extends Object
implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy

Author:
Gregory Boissinot

Field Summary
static String URL_NAME
          Deprecated.  
 
Constructor Summary
EnvInjectAction(hudson.model.AbstractBuild build, Map<String,String> envMap)
          Deprecated.  
 
Method Summary
 String getDisplayName()
          Deprecated.  
 Map<String,String> getEnvMap()
          Deprecated.  
 String getIconFileName()
          Deprecated.  
 Object getTarget()
          Deprecated.  
 String getUrlName()
          Deprecated.  
 void overrideAll(Map<String,String> all)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_NAME

public static String URL_NAME
Deprecated. 
Constructor Detail

EnvInjectAction

public EnvInjectAction(hudson.model.AbstractBuild build,
                       Map<String,String> envMap)
Deprecated. 
Method Detail

overrideAll

public void overrideAll(Map<String,String> all)
Deprecated. 

getEnvMap

public Map<String,String> getEnvMap()
Deprecated. 

getIconFileName

public String getIconFileName()
Deprecated. 
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Deprecated. 
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Deprecated. 
Specified by:
getUrlName in interface hudson.model.Action

getTarget

public Object getTarget()
Deprecated. 
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy


Copyright © 2004-2012. All Rights Reserved.