Package com.bluersw
Class CheckboxParameterValue
java.lang.Object
hudson.model.ParameterValue
hudson.model.StringParameterValue
com.bluersw.CheckboxParameterValue
- All Implemented Interfaces:
Serializable
用户勾选复选框的值,用","分割的字符串 The user selects the value of the check box, and the string separated by ","
- Author:
- sunweisheng
- See Also:
-
Field Summary
Fields inherited from class hudson.model.StringParameterValue
valueFields inherited from class hudson.model.ParameterValue
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, createVariableResolver, doTrim, equals, getShortDescription, getValue, hashCode, toStringMethods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescription
-
Constructor Details
-
CheckboxParameterValue
-