Interface BranchInfo.Builder

  • Method Details

    • branchName

      BranchInfo.Builder branchName(String branchName)

      The name of the branch.

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

      BranchInfo.Builder commitId(String commitId)

      The ID of the last commit made to the branch.

      Parameters:
      commitId - The ID of the last commit made to the branch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.