Class PasswordParameterValue
java.lang.Object
hudson.model.ParameterValue
com.michelin.cio.hudson.plugins.passwordparam.PasswordParameterValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class hudson.model.ParameterValue
name -
Constructor Summary
ConstructorsConstructorDescriptionPasswordParameterValue(String name, Secret value, String description) PasswordParameterValue(String name, String value, String description) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildEnvironment(Run<?, ?> build, EnvVars env) createVariableResolver(AbstractBuild<?, ?> build) getValue()final booleanMethods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, equals, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, getShortDescription, hashCode, setDescription
-
Constructor Details
-
PasswordParameterValue
-
PasswordParameterValue
-
-
Method Details
-
buildEnvironment
- Overrides:
buildEnvironmentin classParameterValue
-
createVariableResolver
- Overrides:
createVariableResolverin classParameterValue
-
isSensitive
public final boolean isSensitive()- Overrides:
isSensitivein classParameterValue
-
getValue
- Overrides:
getValuein classParameterValue
-