Interface SourceReference.Builder

  • Method Details

    • type

      The type of source reference, such as branch, tag, or commit.

      Parameters:
      type - The type of source reference, such as branch, tag, or commit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of source reference, such as branch, tag, or commit.

      Parameters:
      type - The type of source reference, such as branch, tag, or commit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      The value of the source reference, such as the branch name, tag name, or commit ID.

      Parameters:
      value - The value of the source reference, such as the branch name, tag name, or commit ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.