Class MergeBranchesByFastForwardRequest

    • Method Detail

      • repositoryName

        public final String repositoryName()

        The name of the repository where you want to merge two branches.

        Returns:
        The name of the repository where you want to merge two branches.
      • sourceCommitSpecifier

        public final String sourceCommitSpecifier()

        The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

        Returns:
        The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
      • destinationCommitSpecifier

        public final String destinationCommitSpecifier()

        The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

        Returns:
        The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
      • targetBranch

        public final String targetBranch()

        The branch where the merge is applied.

        Returns:
        The branch where the merge is applied.
      • 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