com.thalesgroup.hudson.plugins.jobrevision
Class JobRevisionEnvironmentAction

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.jobrevision.JobRevisionEnvironmentAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.EnvironmentContributingAction, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

public class JobRevisionEnvironmentAction
extends Object
implements hudson.model.EnvironmentContributingAction, org.kohsuke.stapler.StaplerProxy


Field Summary
static String URL_NAME
           
static String VAR_JOB_REVISION_NAME
           
 
Constructor Summary
JobRevisionEnvironmentAction(String revision)
           
 
Method Summary
 void buildEnvVars(hudson.model.AbstractBuild<?,?> build, hudson.EnvVars env)
           
 String getDisplayName()
           
 String getIconFileName()
           
 Object getTarget()
           
 String getUrlName()
           
 
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

VAR_JOB_REVISION_NAME

public static String VAR_JOB_REVISION_NAME
Constructor Detail

JobRevisionEnvironmentAction

public JobRevisionEnvironmentAction(String revision)
Method Detail

buildEnvVars

public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
                         hudson.EnvVars env)
Specified by:
buildEnvVars in interface hudson.model.EnvironmentContributingAction

getDisplayName

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

getIconFileName

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

getUrlName

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

getTarget

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


Copyright © 2004-2012. All Rights Reserved.