Interface MergeOperations.Builder

    • Method Detail

      • source

        MergeOperations.Builder source​(String source)

        The operation (add, modify, or delete) on a file in the source of a merge or pull request.

        Parameters:
        source - The operation (add, modify, or delete) on 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.
        See Also:
        ChangeTypeEnum, ChangeTypeEnum
      • source

        MergeOperations.Builder source​(ChangeTypeEnum source)

        The operation (add, modify, or delete) on a file in the source of a merge or pull request.

        Parameters:
        source - The operation (add, modify, or delete) on 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.
        See Also:
        ChangeTypeEnum, ChangeTypeEnum
      • destination

        MergeOperations.Builder destination​(String destination)

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

        Parameters:
        destination - The operation on 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.
        See Also:
        ChangeTypeEnum, ChangeTypeEnum
      • destination

        MergeOperations.Builder destination​(ChangeTypeEnum destination)

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

        Parameters:
        destination - The operation on 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.
        See Also:
        ChangeTypeEnum, ChangeTypeEnum