Bitbucket Data Center API Client
    Preparing search index...

    Interface WebhookTestResult

    Result of a webhook connectivity test.

    Sparsely documented by Atlassian (the RestWebhookRequestResponse schema isn't expanded in the REST API reference); typed defensively based on the shape of BitbucketWebhookDelivery.

    interface WebhookTestResult {
        request?: BitbucketWebhookRequest;
        response?: BitbucketWebhookResult;
    }
    Index

    Properties

    Properties