hudson.model
Class JobParameterValue

java.lang.Object
  extended by hudson.model.ParameterValue
      extended by hudson.model.JobParameterValue
All Implemented Interfaces:
Serializable

public class JobParameterValue
extends ParameterValue

See Also:
Serialized Form

Field Summary
 Job job
           
 
Fields inherited from class hudson.model.ParameterValue
name
 
Constructor Summary
JobParameterValue(String name, Job job)
           
 
Method Summary
 void buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Exposes the name/value as an environment variable.
 String getShortDescription()
          Computes a human-readable possible-localized one-line description of the parameter value.
 
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, createBuildWrapper, createVariableResolver, equals, getAssignedLabel, getDefinition, getDescription, getName, hashCode, isSensitive, setDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

job

public final Job job
Constructor Detail

JobParameterValue

@DataBoundConstructor
public JobParameterValue(String name,
                                              Job job)
Method Detail

buildEnvVars

public void buildEnvVars(AbstractBuild<?,?> build,
                         EnvVars env)
Exposes the name/value as an environment variable.

Overrides:
buildEnvVars in class ParameterValue
Parameters:
build - The build for which this parameter is being used. Never null.
env - never null.

getShortDescription

public String getShortDescription()
Description copied from class: ParameterValue
Computes a human-readable possible-localized one-line description of the parameter value.

This message is used as a tooltip to describe jobs in the queue. The text should be one line without new line. No HTML allowed (the caller will perform necessary HTML escapes, so any text can be returend.)

Overrides:
getShortDescription in class ParameterValue


Copyright © 2004-2013. All Rights Reserved.