Interface PipelineVariable.Builder

    • Method Detail

      • name

        PipelineVariable.Builder name​(String name)

        The name of a pipeline-level variable.

        Parameters:
        name - The name of a pipeline-level variable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        PipelineVariable.Builder value​(String value)

        The value of a pipeline-level variable.

        Parameters:
        value - The value of a pipeline-level variable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.