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 TypeMethodDescriptionvoid
buildEnvironment
(Run<?, ?> build, EnvVars env) createVariableResolver
(AbstractBuild<?, ?> build) getValue()
final boolean
Methods 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:
buildEnvironment
in classParameterValue
-
createVariableResolver
- Overrides:
createVariableResolver
in classParameterValue
-
isSensitive
public final boolean isSensitive()- Overrides:
isSensitive
in classParameterValue
-
getValue
- Overrides:
getValue
in classParameterValue
-