public class AutoCompleteStringParameterDefinition
extends hudson.model.StringParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoCompleteStringParameterDefinition.DescriptImpl |
hudson.model.StringParameterDefinition.DescriptorImpl| Constructor and Description |
|---|
AutoCompleteStringParameterDefinition(String name,
String defaultValue,
String description,
String displayExpression,
String valueExpression,
boolean allowUnrecognizedTokens,
AutocompleteDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
hudson.model.ParameterValue |
createValue(String value) |
String |
getAutoCompleteValuesScript() |
AutocompleteDataProvider |
getDataProvider() |
String |
getDisplayExpression() |
String |
getDisplayExpressionJsSafe() |
String |
getValueExpression() |
String |
getValueExpressionJsSafe() |
boolean |
isAllowUnrecognizedTokens() |
void |
setAllowUnrecognizedTokens(boolean allowUnrecognizedTokens) |
void |
setDataProvider(AutocompleteDataProvider dataProvider) |
void |
setDisplayExpression(String labelField) |
void |
setValueExpression(String valueExpression) |
copyWithDefaultValue, getDefaultParameterValue, getDefaultValue, setDefaultValuepublic hudson.model.ParameterValue createValue(String value)
createValue in class hudson.model.StringParameterDefinitionpublic hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo)
createValue in class hudson.model.StringParameterDefinitionpublic AutocompleteDataProvider getDataProvider()
public void setDataProvider(AutocompleteDataProvider dataProvider)
@Exported public String getDisplayExpression()
@Exported public void setDisplayExpression(String labelField)
@Exported public String getValueExpression()
@Exported public void setValueExpression(String valueExpression)
@Exported public String getDisplayExpressionJsSafe()
@Exported public String getValueExpressionJsSafe()
@Exported public String getAutoCompleteValuesScript()
public boolean isAllowUnrecognizedTokens()
public void setAllowUnrecognizedTokens(boolean allowUnrecognizedTokens)
Copyright © 2016–2017. All rights reserved.