Class AbstractUnoChoiceParameter

All Implemented Interfaces:
ExtensionPoint, Describable<ParameterDefinition>, Serializable, UnoChoiceParameter
Direct Known Subclasses:
AbstractScriptableParameter

public abstract class AbstractUnoChoiceParameter extends SimpleParameterDefinition implements UnoChoiceParameter
Abstract Uno Choice parameter. Provides basic methods common to all Uno Choice parameters.
Since:
0.20
Author:
Bruno P. Kinoshita
See Also:
  • Field Details

  • Constructor Details

    • AbstractUnoChoiceParameter

      @Deprecated protected AbstractUnoChoiceParameter(String name, String description)
      Deprecated.
      to fix JENKINS-32149 (create random name only once - this is the parameter ID)
      Inherited constructor. .
      Parameters:
      name - name
      description - description FIXME: remove in new major release
    • AbstractUnoChoiceParameter

      protected AbstractUnoChoiceParameter(String name, String description, String randomName)
      Inherited constructor. .
      Parameters:
      name - name
      description - description
      randomName - the parameter unique ID (a random uuid) created once per parameter. If blank or null it will be created a new random parameter name that starts with choice-parameter
  • Method Details