Class HtmlFormParameterValue
java.lang.Object
hudson.model.ParameterValue
org.jenkinsci.plugins.uiparameter.HtmlFormParameterValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class hudson.model.ParameterValue
name -
Constructor Summary
ConstructorsConstructorDescriptionHtmlFormParameterValue(String name, Map<String, String> valuesByOutputName) Backward compatibility for already stored builds / older plugin versions.HtmlFormParameterValue(String name, Map<String, String> valuesByOutputName, Map<String, String> sourceIdByOutputName, String sanitizedTemplateHtml, String sanitizedCustomCss, String readOnlyHtml) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildEnvironment(Run<?, ?> build, EnvVars env) createVariableResolver(AbstractBuild<?, ?> build) getValue()Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, equals, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, hashCode, isSensitive, setDescription
-
Constructor Details
-
HtmlFormParameterValue
-
HtmlFormParameterValue
Backward compatibility for already stored builds / older plugin versions.
-
-
Method Details
-
getValuesByOutputName
-
getSourceIdByOutputName
-
getSanitizedTemplateHtml
-
getSanitizedCustomCss
-
getReadOnlyHtml
-
buildEnvironment
- Overrides:
buildEnvironmentin classParameterValue
-
createVariableResolver
- Overrides:
createVariableResolverin classParameterValue
-
getValue
- Overrides:
getValuein classParameterValue
-
getShortDescription
- Overrides:
getShortDescriptionin classParameterValue
-