public class CredentialsParameterValue
extends hudson.model.ParameterValue
| Constructor and Description |
|---|
CredentialsParameterValue(String name,
String value,
String description) |
CredentialsParameterValue(String name,
String value,
String description,
boolean isDefaultValue) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.VariableResolver<String> |
createVariableResolver(hudson.model.AbstractBuild<?,?> build) |
String |
describe() |
String |
getValue() |
boolean |
isDefaultValue() |
boolean |
isSensitive() |
<C extends IdCredentials> |
lookupCredentials(Class<C> type,
hudson.model.Run run,
DomainRequirement... domainRequirements) |
<C extends IdCredentials> |
lookupCredentials(Class<C> type,
hudson.model.Run run,
List<DomainRequirement> domainRequirements) |
@DataBoundConstructor public CredentialsParameterValue(String name, String value, String description)
public boolean isSensitive()
isSensitive in class hudson.model.ParameterValuepublic String getValue()
public hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
createVariableResolver in class hudson.model.ParameterValuepublic <C extends IdCredentials> C lookupCredentials(@NonNull Class<C> type, @NonNull hudson.model.Run run, DomainRequirement... domainRequirements)
public <C extends IdCredentials> C lookupCredentials(@NonNull Class<C> type, @NonNull hudson.model.Run run, List<DomainRequirement> domainRequirements)
public String describe()
public boolean isDefaultValue()
Copyright © 2004-2014. All Rights Reserved.