Interface GetMergeOptionsResponse.Builder

    • Method Detail

      • mergeOptionsWithStrings

        GetMergeOptionsResponse.Builder mergeOptionsWithStrings​(Collection<String> mergeOptions)

        The merge option or strategy used to merge the code.

        Parameters:
        mergeOptions - The merge option or strategy used to merge the code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergeOptionsWithStrings

        GetMergeOptionsResponse.Builder mergeOptionsWithStrings​(String... mergeOptions)

        The merge option or strategy used to merge the code.

        Parameters:
        mergeOptions - The merge option or strategy used to merge the code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergeOptions

        GetMergeOptionsResponse.Builder mergeOptions​(Collection<MergeOptionTypeEnum> mergeOptions)

        The merge option or strategy used to merge the code.

        Parameters:
        mergeOptions - The merge option or strategy used to merge the code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergeOptions

        GetMergeOptionsResponse.Builder mergeOptions​(MergeOptionTypeEnum... mergeOptions)

        The merge option or strategy used to merge the code.

        Parameters:
        mergeOptions - The merge option or strategy used to merge the code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceCommitId

        GetMergeOptionsResponse.Builder sourceCommitId​(String sourceCommitId)

        The commit ID of the source commit specifier that was used in the merge evaluation.

        Parameters:
        sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationCommitId

        GetMergeOptionsResponse.Builder destinationCommitId​(String destinationCommitId)

        The commit ID of the destination commit specifier that was used in the merge evaluation.

        Parameters:
        destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseCommitId

        GetMergeOptionsResponse.Builder baseCommitId​(String baseCommitId)

        The commit ID of the merge base.

        Parameters:
        baseCommitId - The commit ID of the merge base.
        Returns:
        Returns a reference to this object so that method calls can be chained together.