Interface FileSizes.Builder

    • Method Detail

      • source

        FileSizes.Builder source​(Long source)

        The size of a file in the source of a merge or pull request.

        Parameters:
        source - The size of a file in the source of a merge or pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        FileSizes.Builder destination​(Long destination)

        The size of a file in the destination of a merge or pull request.

        Parameters:
        destination - The size of a file in the destination of a merge or pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • base

        FileSizes.Builder base​(Long base)

        The size of a file in the base of a merge or pull request.

        Parameters:
        base - The size of a file in the base of a merge or pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.