Interface ExecutionParameter.Builder

  • Method Details

    • name

      The name of the execution parameter.

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

      The execution parameter type.

      Parameters:
      type - The execution parameter type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValues

      ExecutionParameter.Builder defaultValues(Collection<String> defaultValues)

      The default values for the execution parameter.

      Parameters:
      defaultValues - The default values for the execution parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValues

      ExecutionParameter.Builder defaultValues(String... defaultValues)

      The default values for the execution parameter.

      Parameters:
      defaultValues - The default values for the execution parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.