Class ExportedDescribableParameter

java.lang.Object
io.blueocean.rest.pipeline.editor.ExportedDescribableParameter

@ExportedBean public class ExportedDescribableParameter extends Object
Exportable form of DescribableParameter
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected final org.jenkinsci.plugins.structs.describable.DescribableParameter
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    ExportedDescribableParameter(org.jenkinsci.plugins.structs.describable.DescribableParameter param)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Capitalized name of the parameter See DescribableParameter.getCapitalizedName()
    Java types allowed if this is a collection See DescribableParameter.getType() and ParameterType.getActualType()
     
    Help HTML (in English locale) for this parameter if available, else null See DescribableParameter.getHelp()
    boolean
    Indicates this parameter is deprecated See DescribableParameter.isDeprecated()
    boolean
    Indicates this parameter is required See DescribableParameter.isRequired()
    Name of the parameter See DescribableParameter.getName()
    Java class name for the parameter See DescribableParameter.getErasedType()

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • param Link icon

      protected final org.jenkinsci.plugins.structs.describable.DescribableParameter param
  • Constructor Details Link icon

    • ExportedDescribableParameter Link icon

      public ExportedDescribableParameter(org.jenkinsci.plugins.structs.describable.DescribableParameter param)
  • Method Details Link icon

    • getName Link icon

      @Exported public String getName()
      Name of the parameter See DescribableParameter.getName()
    • getIsRequired Link icon

      @Exported public boolean getIsRequired()
      Indicates this parameter is required See DescribableParameter.isRequired()
    • getType Link icon

      @Exported public String getType()
      Java class name for the parameter See DescribableParameter.getErasedType()
    • getCollectionTypes Link icon

      @Exported public List<String> getCollectionTypes()
      Java types allowed if this is a collection See DescribableParameter.getType() and ParameterType.getActualType()
    • getCapitalizedName Link icon

      @Exported public String getCapitalizedName()
      Capitalized name of the parameter See DescribableParameter.getCapitalizedName()
    • getIsDeprecated Link icon

      @Exported public boolean getIsDeprecated()
      Indicates this parameter is deprecated See DescribableParameter.isDeprecated()
    • getHelp Link icon

      @Exported public String getHelp() throws IOException
      Help HTML (in English locale) for this parameter if available, else null See DescribableParameter.getHelp()
      Throws:
      IOException
    • getDescriptorUrl Link icon

      @Exported public String getDescriptorUrl()