@ExportedBean public class ExportedDescribableParameter extends Object
DescribableParameter| Modifier and Type | Field and Description |
|---|---|
protected org.jenkinsci.plugins.structs.describable.DescribableParameter |
param |
| Constructor and Description |
|---|
ExportedDescribableParameter(org.jenkinsci.plugins.structs.describable.DescribableParameter param) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCapitalizedName()
Capitalized name of the parameter
See
DescribableParameter.getCapitalizedName() |
List<String> |
getCollectionTypes()
Java types allowed if this is a collection
See
DescribableParameter.getType() and ParameterType.getActualType() |
String |
getDescriptorUrl() |
String |
getHelp()
Help HTML (in English locale) for this parameter if available, else null
See
DescribableParameter.getHelp() |
boolean |
getIsDeprecated()
Indicates this parameter is deprecated
See
DescribableParameter.isDeprecated() |
boolean |
getIsRequired()
Indicates this parameter is required
See
DescribableParameter.isRequired() |
String |
getName()
Name of the parameter
See
DescribableParameter.getName() |
String |
getType()
Java class name for the parameter
See
DescribableParameter.getErasedType() |
protected final org.jenkinsci.plugins.structs.describable.DescribableParameter param
public ExportedDescribableParameter(org.jenkinsci.plugins.structs.describable.DescribableParameter param)
@Exported public String getName()
DescribableParameter.getName()@Exported public boolean getIsRequired()
DescribableParameter.isRequired()@Exported public String getType()
DescribableParameter.getErasedType()@Exported public List<String> getCollectionTypes()
DescribableParameter.getType() and ParameterType.getActualType()@Exported public String getCapitalizedName()
DescribableParameter.getCapitalizedName()@Exported public boolean getIsDeprecated()
DescribableParameter.isDeprecated()@Exported public String getHelp() throws IOException
DescribableParameter.getHelp()IOException@Exported public String getDescriptorUrl()
Copyright © 2016–2019. All rights reserved.