Bitbucket Data Center API Client
    Preparing search index...

    Interface RepositoryHookDetails

    Static metadata describing an installed repository hook.

    interface RepositoryHookDetails {
        configFormKey?: string;
        description?: string;
        key: string;
        name: string;
        supportedScopes?: ("GLOBAL" | "PROJECT" | "REPOSITORY")[];
        type: RepositoryHookType;
        version?: string;
    }
    Index

    Properties

    configFormKey?: string
    description?: string
    key: string

    Unique hook module key (e.g. 'com.atlassian.bitbucket…:force-push-hook')

    name: string
    supportedScopes?: ("GLOBAL" | "PROJECT" | "REPOSITORY")[]
    version?: string