Class GetMergeCommitResponse

    • Method Detail

      • sourceCommitId

        public final String sourceCommitId()

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

        Returns:
        The commit ID of the source commit specifier that was used in the merge evaluation.
      • destinationCommitId

        public final String destinationCommitId()

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

        Returns:
        The commit ID of the destination commit specifier that was used in the merge evaluation.
      • baseCommitId

        public final String baseCommitId()

        The commit ID of the merge base.

        Returns:
        The commit ID of the merge base.
      • mergedCommitId

        public final String mergedCommitId()

        The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.

        Returns:
        The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object