public class RunParameterValue extends ParameterValue
name
Constructor and Description |
---|
RunParameterValue(String name,
String runId) |
RunParameterValue(String name,
String runId,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
buildEnvironment(Run<?,?> build,
EnvVars env)
Exposes the name/value as an environment variable.
|
String |
getJobName() |
String |
getNumber() |
Run |
getRun()
Can be null if the
Run that this was pointing to no longer exists. |
String |
getRunId() |
String |
getShortDescription()
Computes a human-readable possible-localized one-line description of the parameter value.
|
Run |
getValue()
Returns the most natural Java object that represents the actual value, like
boolean, string, etc.
|
String |
toString() |
buildEnvVars, buildEnvVars, createBuildWrapper, createVariableResolver, equals, getAssignedLabel, getDefinition, getDescription, getName, hashCode, isSensitive, setDescription
@DataBoundConstructor public RunParameterValue(String name, String runId, String description)
@CheckForNull public Run getRun()
Run
that this was pointing to no longer exists.public String getRunId()
@Exported public String getJobName()
@Exported public String getNumber()
public Run getValue()
ParameterValue
this
.getValue
in class ParameterValue
public void buildEnvironment(Run<?,?> build, EnvVars env)
buildEnvironment
in class ParameterValue
build
- The build for which this parameter is being used. Never null.env
- never null.public String getShortDescription()
ParameterValue
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.)
getShortDescription
in class ParameterValue
Copyright © 2016. All rights reserved.