Class AdminBooleanParameterValue
java.lang.Object
hudson.model.ParameterValue
hudson.model.BooleanParameterValue
io.jenkins.plugins.adminparameters.AdminBooleanParameterValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class hudson.model.BooleanParameterValue
value
Fields inherited from class hudson.model.ParameterValue
name
-
Constructor Summary
ConstructorsConstructorDescriptionAdminBooleanParameterValue
(String name, boolean value) AdminBooleanParameterValue
(String name, boolean value, String description) -
Method Summary
Methods inherited from class hudson.model.BooleanParameterValue
buildEnvironment, createVariableResolver, equals, getShortDescription, hashCode
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescription
-
Constructor Details
-
AdminBooleanParameterValue
-
AdminBooleanParameterValue
-
-
Method Details
-
getValue
- Overrides:
getValue
in classBooleanParameterValue
-
toString
- Overrides:
toString
in classBooleanParameterValue
-