Bitbucket Data Center API Client
    Preparing search index...

    Interface RequiredBuildConditionRequest

    Payload shared by POST …/condition (create) and PUT …/condition/{id} (update) of the required-builds API.

    interface RequiredBuildConditionRequest {
        buildParentKeys: string[];
        exemptRefMatcher?: RefMatcher;
        refMatcher: RefMatcher;
        requiredForMergeQueue?: boolean;
        requiredForPullRequest?: boolean;
    }
    Index

    Properties

    buildParentKeys: string[]

    Build parent keys that must be green; at least one, at most 100

    exemptRefMatcher?: RefMatcher
    refMatcher: RefMatcher
    requiredForMergeQueue?: boolean
    requiredForPullRequest?: boolean