Interface PipelineVariableDeclaration.Builder

    • Method Detail

      • name

        PipelineVariableDeclaration.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.
      • defaultValue

        PipelineVariableDeclaration.Builder defaultValue​(String defaultValue)

        The value of a pipeline-level variable.

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

        PipelineVariableDeclaration.Builder description​(String description)

        The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.

        Parameters:
        description - The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.