public class AgentParameterValue extends StringParameterValue
valuename| Constructor and Description |
|---|
AgentParameterValue(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvironment(Run<?,?> build,
EnvVars env)
Adds environmental variables for the builds to the given map.
|
VariableResolver<String> |
createVariableResolver(AbstractBuild<?,?> build)
Returns a VariableResolver so that other components like Builders can perform variable substitution to reflect parameter values into the build process.
|
Label |
getAssignedLabel(SubTask task)
Controls where the build (that this parameter is submitted to) will happen.
|
doTrim, equals, getShortDescription, getValue, hashCode, toStringbuildEnvVars, buildEnvVars, createBuildWrapper, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescriptionpublic void buildEnvironment(Run<?,?> build, EnvVars env)
buildEnvironment in class StringParameterValuepublic Label getAssignedLabel(SubTask task)
getAssignedLabel in class ParameterValuepublic VariableResolver<String> createVariableResolver(AbstractBuild<?,?> build)
createVariableResolver in class StringParameterValueCopyright © 2016–2021. All rights reserved.