Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketRepositoryHook

    A repository hook and its state at a given scope.

    interface BitbucketRepositoryHook {
        configured?: boolean;
        details: RepositoryHookDetails;
        enabled: boolean;
        scope?: BitbucketScope;
    }
    Index

    Properties

    configured?: boolean

    Whether the hook has been configured at this scope

    enabled: boolean

    The scope the state applies to