Interface BatchGetCommitsRequest.Builder

    • Method Detail

      • commitIds

        BatchGetCommitsRequest.Builder commitIds​(Collection<String> commitIds)

        The full commit IDs of the commits to get information about.

        You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

        Parameters:
        commitIds - The full commit IDs of the commits to get information about.

        You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commitIds

        BatchGetCommitsRequest.Builder commitIds​(String... commitIds)

        The full commit IDs of the commits to get information about.

        You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

        Parameters:
        commitIds - The full commit IDs of the commits to get information about.

        You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryName

        BatchGetCommitsRequest.Builder repositoryName​(String repositoryName)

        The name of the repository that contains the commits.

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