public class PasswordParameterDefinition
extends hudson.model.ParameterDefinition
Modifier and Type | Class and Description |
---|---|
static class |
PasswordParameterDefinition.ParameterDescriptorImpl |
Constructor and Description |
---|
PasswordParameterDefinition(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
hudson.model.ParameterValue |
createValue(hudson.util.Secret password) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req) |
PasswordParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
public hudson.model.ParameterValue createValue(hudson.util.Secret password)
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req)
createValue
in class hudson.model.ParameterDefinition
public PasswordParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
createValue
in class hudson.model.ParameterDefinition
Copyright © 2016–2017. All rights reserved.