Interface TestTemplateParameter.Builder

  • Method Details

    • name

      The name of the parameter.

      Parameters:
      name - The name of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      TestTemplateParameter.Builder description(String description)

      A description of the parameter.

      Parameters:
      description - A description of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type of the parameter.

      Parameters:
      type - The data type of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The data type of the parameter.

      Parameters:
      type - The data type of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • required

      Indicates whether the parameter is required.

      Parameters:
      required - Indicates whether the parameter is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValue

      TestTemplateParameter.Builder defaultValue(String defaultValue)

      The default value of the parameter.

      Parameters:
      defaultValue - The default value of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxValues

      TestTemplateParameter.Builder maxValues(Integer maxValues)

      The maximum number of values the parameter accepts.

      Parameters:
      maxValues - The maximum number of values the parameter accepts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.