Interface RepositoryInput.Builder

  • Method Details

    • repositoryName

      RepositoryInput.Builder repositoryName(String repositoryName)

      The name of the source repository.

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

      RepositoryInput.Builder branchName(String branchName)

      The name of the branch in a source repository.

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