Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketMergeStrategy

    Pull-request merge strategy configuration for a repository.

    interface BitbucketMergeStrategy {
        description: string;
        flag: string;
        id:
            | "no-ff"
            | "ff"
            | "ff-only"
            | "rebase-no-ff"
            | "rebase-ff-only"
            | "squash"
            | "squash-ff-only";
        name: string;
    }
    Index

    Properties

    Properties

    description: string
    flag: string
    id:
        | "no-ff"
        | "ff"
        | "ff-only"
        | "rebase-no-ff"
        | "rebase-ff-only"
        | "squash"
        | "squash-ff-only"
    name: string